Constructor function for GetCatalogOffersInput class
User accountId for checkout api calls - optional
Action object json.
An POST Body object for the api requests.
anonymousSiteUrl as the prefix of the API url for Off-Platform deployments.
API namespace.
A required POST Body param to provide one of the three possible actions for the underlying API: AddWithNoConfig - if adding directly from offerCode; requires POST Body param 'offer'. AddAfterConfig - if adding from configured offerDetails; requires POST Body param 'productConfig' DeleteFromBasket - if deleting a bundle; srequires POST Body param 'deleteBundleNumber'
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.
boolean value to decide if secure server needs to be called.
Persisting cartContext hash key to be used in part of the path of the API to maintain existing cart. For fresh cart, no need to pass this.
catalogCode to be used in part of the path of the API.
execute Integration Procedure as chainable.
context param as part of the query string of the API to define which offers qualify in returning result set.
List of custom fields to be returned.
List of fields to be returned.
forceInvalidateCache as part of the query string of the API to refresh the cache for a particular catalog.
An optional POST Body parameter for fetching the attachments.
Input Map values for the dataraptor procedure.
integration procedure name - optional
isLoggedIn as part of the query string of the API.
An optional POST Body parameter for adding items to cart.
An optional POST Body param to specify offer code to be added to cart; only needed if offer is being added without any configuration, in which case basketAction is "AddWithNoConfig".
An optional POST Body param to provide configured offer details taken from response of configure API to add configured offer to cart, in which case basketAction is "AddAfterConfig". This can be provided as a Map (direct response of configure API) or as a stringified version of the Map.
Options Map values for the integration procedure.
Boolean flag to discard cache and call the api again. Default is false.
Remote class that handles this request.
Remote method that handles this request.
value indicating whether the user agent should send cookies from the other domain in the case of cross-origin requests
optional input param used as secure Server rest URL end point when Proxy SDK is used
Flag to indicate if the sdk call should be cached.
An optional POST Body object to store offer into cart for the further api requests.
validateAction is part of the query string of the API todo context rule validation check.
validatePrice is part of the query string of the API todo price validation check.
Function that constructs the API path for ApexRest Handles scenerio when namespace is null
Function that constructs the Anonymous API path for Rest
Function to return authorization token
optional param.
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.
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 and Rest
Function that constructs the API path for secure server
Generated using TypeDoc
Class that defines input for cart operations.