Arguments
cartId
StringThe unique identifier of the cart. Example: '5bb521cfdc83215e1889b346'
includeItems
BooleanSet true to retrieve all items added in the cart. Example: true
includeBreakup
BooleanSet true to retrieve the price breakup of cart items. Example: true
buyNow
BooleanSet true if checkout type is Buy Now. Example: false
redeemPoints
RedeemLoyaltyPoints!Required
Details required to apply loyalty points to a cart. Example: { redeem_points: true }
Mutation
Try it
Input Variables
Response
Response