Discussions

Ask a Question
Back to All

ComboOrder object for Cart Post API call

For the cart data post data the below shown properties are required in the post object:
{
"$type": "Asi.Soa.Commerce.DataContracts.CartData, Asi.Contracts",
"CartId": "4fa583e9-4adf-4180-8f82-226fa87a5ec1",
"UserId": "12838",
"ComboOrder": { ... },
"UpdateInformation": { ... }
}

Inside the cart object ComboOrder object is also required, and ComboOrder contains large number of different properties, so is there any article/example available which shows how to populate the ComboOrder object for Cart?