Anonymous site URL. e.g. https://guidedselling102-developer-edition.na35.force.com
API Namespace to be used in Rest API call. e.g. h_cpq_promotion
The cart Id to be used for getting a list of line items. It may be the regular cart id or the anonymous cart id.
Returns list of custom columsn to client.
List of custom fields to be returned.
List of fields to be returned. Supported Product2 and Pricebook fields.
Filter field values.
The hierarchy level to be retrieved. For only the current level of products, hierarchy will be 0. For retrieving current level of products with children, hierarchy will be 1.
List of comma separated itemIds to return only the corresponding cart Items
Whether product attachments are returned.
When doing pagination, provide the last record ID that was previously return. If last record ID is not provided, get products will start from the beginning.
The offset to start the product list from. If we are using pagesize of 20, the offset for next page will be 21.
The number of top level products or offers to be returned. Default is 20.
Flag to indicate if pricing rules should be run.
Price Detail fields.
Search Text
Remote class to handle get products.
Remote method in the boave Remote Class to handle get cart items.
Flag to indicate if validation rules should be run.
Query Names that needs to be skipped and may require custom processing. If custom processing is needed, these query names will be flattened out into URL Get parameters.
Rest URL for Anonymous user to get products. https://guidedselling102-developer-edition.na35.force.com/services/apexrest/h_cpq_promotion/v2/cpq/carts/801410000047w0i/products https://vloc-gs-developer-edition.na59.force.com/guidedSelling/services/apexrest/nimish_cmt/v2/cpq/carts/801f4000001FI6g/products https://ecommercevlocity-developer-edition.na35.force.com/services/apexrest/h_cpq_promotion/v2/cpq/carts/801410000047w0i/products
Apply the given params value of matching in rest URL.
parameters to be applied in the Rest Url excluding the query string.
Apply the given params value of matching in rest path.
parameters to be applied in the Rest Url excluding the query string.
Rest URL for login user to get products.
Return the encoded query of a URI that contains the properties in this class. Undefined properties will not be included in the encoded query.
scheme:[//[user[:password]@]host[:port]][/path][?query][#fragment]
Generated using TypeDoc
action object.