Update cart metadata like delivery slots, comment, GSTIN, custom meta, and pickup details.
Fields
checkout_mode
StringCheckout mode. Example: self
comment
StringCart-level comment. Example: 'Please deliver after 6 PM'
delivery_slots
JSONDelivery slots (article-level delivery windows). Example: { slots: [{ start: '10:00', end: '12:00' }] }
gift_details
[GiftDetailInput]Gift details per article. Example: [{ article_id: '5fdc737e3c05146138192f79', gift_message: 'Happy Birthday!' }]
gstin
StringGSTIN to add to the cart. Example: '27AAACI1195H1ZK'
pick_up_customer_details
JSONCustomer contact details for store pickup. Example: { name: 'John', phone: '9876543210' }
custom_cart_meta
JSONCustom cart metadata. Example: { channel: 'web' }
alternate_pickup_person
AlternatePickupPersonInputAlternate pickup person details.
Was this section helpful?