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 promotions. It may be the regular cart id or the anonymous cart id.
List of fields to be returned, separated by commas.
Filter to be used on the product result. Filter must be in name and value pair where name is the SObject.fieldname and value will be used for matching. eg. Product2.Name:Product1_Product2 (means Product2.Name = Product1 OR Product2)
Comma separated list of productIds
List of nodes to indicate what to include in the product results. Valid values: attributes, attachments, ineligible
The number of top level products or offers to be returned. Default is 20.
Remote class to handle get products.
Remote method in the boave Remote Class to handle get products.
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 promotions. https://guidedselling102-developer-edition.na35.force.com/services/apexrest/h_cpq_promotion/v2/cpq/carts/801410000047w0i/promotions
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 promotions.
Add params as Set object
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
Anonymous site URL. e.g. https://guidedselling102-developer-edition.na35.force.com