query

cart

Get details of a cart linked to a specific customer using a unique cart ID. It offers an overview of the items, quantities, prices, and other relevant information associated with the cart.
Arguments
areaCode
String
Customer serviceable area code, such as a pincode, ZIP code, or postal code. Example: '400059'.
assignCardId
Int
Token of user's debit or credit card.
includeBreakup
Boolean
Select true to retrieve the price breakup of cart items. Example: true
buyNow
Boolean
Select true to initialize a Buy Now cart. Example: false
includeAllItems
Boolean
Select true to retrieve all items added in the cart. Example: true
includeCodCharges
Boolean
Select true to include COD charges in breakup. Example: false
The unique identifier of the cart. Example: '5bb521cfdc83215e1889b346'
Response
Query
Loading...
Try it
Input Variables
Loading...
Response
Loading...