User accountId for checkout api calls - optional
Action object json.
anonymousSiteUrl as the prefix of the API url for Off-Platform deployments.
API namespace.
Expiration Date time of the cached item. Default is current time plus 5 minutes.
Flag to indicate where the data to be cached. Supported types are "INDEXEDDB, SESSIONSTORAGE and LOCALSTORAGE"
Flag to indicate if the sdk call should be cached.
Cart Id (Salesforce Id).Opportunity, Quote or Order Id. - Required
execute Integration Procedure as chainable.
List of custom fields to be returned.
List of fields to be returned.
Fields to include as query parameters in api path
Name of a Salesforce Field Set defined for the given cart object (Opportunity, Quote, Order) which identifies the fields to return in the response. Omitting this parameter will return all fields from the cart object except the following fields: IsDeleted, CreatedDate, CreatedById, LastModifiedDate, LastModifiedById, SystemModstamp, LastActivityDate, CleanStatus.
Input Map values for the dataraptor procedure.
integration procedure name - optional
Name of Integration Procedure (IP) to get cart summary
ipMethod = Type of IP
_Subtype of IP
Options Map values for the integration procedure.
Flag to indicate whether pricing engine to be run.
Boolean flag to discard cache and call the api again. Default is false.
Remote class that handles this request.
Remote method which is used to get cart summary
value indicating whether the user agent should send cookies from the other domain in the case of cross-origin requests
Flag to indicate if the sdk call should be cached.
Flag to indicate whether translated labels to be included in the response.
Flag to indicate whether validation messages to be included in the response.
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
Function that constructs the query string for API
Function that constructs the input map object containing all query parameters for API or Integration Procedure
Function to return VF Remoting method name.
The credentials read-only property of the Request interface indicates whether the user agent should send cookies from the other domain in the case of cross-origin requests.
Function that constructs the Request body json for ApexRest Handles scenerio when input parameters are not provided
Function that validate GetCartSummaryInput
object to have required params
Generated using TypeDoc
Class that defines input to get cart summary