Arguments
id
StringThe unique identifier of the cart. Example: '5bb521cfdc83215e1889b346'
areaCode
StringCustomer serviceable area code, such as a pincode, ZIP code, or postal code. Example: '400059'.
includeBreakup
BooleanSelect true to retrieve the price breakup of cart items. Example: true
buyNow
BooleanSelect true to initialize a Buy Now cart. Example: false
includeAllItems
BooleanSelect true to retrieve all items added to the cart. Example: true
addCartRequestInput
AddCartRequestInputSpecify item details. Refer `AddCartRequestInput`. Example: { items: [{ item_id: 123, item_size: 'M', quantity: 2, store_id: 1 }] }
orderType
StringShipment order type (e.g., 'HomeDelivery', 'PickAtStore' , 'Digital'). Example: 'HomeDelivery'
Response
Mutation
Try it
Input Variables
Response
Was this section helpful?