cartRollup Method

Responsible for cart rollups.

Class 

Input Parameters 

ParameterRequiredDescription
cartIdRequiredQuote or Order ID
pricingPlanOptionalPricing plan code

Output Parameters 

ParameterDescription
statusMessageStatus message
pricingOutputMap of error, error code, or errorResult (in case of any error)
errorCodeError code
errorError

Example Input Data 

1{"cartId":"801Hr000001t1s1IAA"}

Example Output Data 

1{"statusMessage":"Completed Successfully.","Failed":false,"pricingOutput":{"errorCode":"INVOKE-200","error":"OK"},"errorCode":"INVOKE-200","error":"OK"}