Action object json.
anonymousSiteUrl as the prefix of the API url for Off-Platform deployments.
API namespace.
dataRaptor bundle name - optional
Expiration Date time of the cached item. Default is current time plus 5 minutes.
Flag to indicate if the sdk call should be cached.
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.
execute Integration Procedure as chainable.
Returns list of custom columns 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.
Input Map values for the dataraptor procedure.
inputParamsString for the dataraptor.
integration procedure name - optional
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.
Options Map values for the integration procedure.
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
Boolean flag to discard cache and call the api again. Default is false.
Remote class to handle get products.
Remote method in the above Remote Class to handle get cart items.
Flag to indicate if the sdk call should be cached.
Flag to indicate if validation rules should be run.
Function that constructs the API path for ApexRest Handles scenerio when input parameters are not provided
Function that constructs the API path for Rest call
content type of the resource.
Function that constructs the query string for API
Function that constructs the input map object containing all query parameters for API
Function to return VF Remoting method name.
Function that constructs the Request body json for ApexRest Handles scenerio when input parameters are not provided
Generated using TypeDoc
Class that defines input to delete cart Item from the cart.