Update metadata associated with a cart, which includes customer preferences, delivery instructions, or any special requirements related to the cart items.
Arguments
buyNow
BooleanWhether to get Buy Now cart. Example: false
cartMetaRequestInput
CartMetaRequestInputCart metadata to update (delivery slots, comment, GSTIN, custom meta). Example: { comment: 'Leave at reception', gstin: '27AAACI1195H1ZK' }
id
StringThe unique identifier of the cart. Example: '5bb521cfdc83215e1889b346'
Response
Mutation
Try it
Input Variables
Response
Was this section helpful?