mutation

updateCartMeta

Update metadata associated with a cart, which includes customer preferences, delivery instructions, or any special requirements related to the cart items.
Arguments
buyNow
Boolean
Whether to get buy_now cart.
cartMetaRequestInput
CartMetaRequestInput
Cart meta request schema to update the cart meta detail like delivery slots, comment message, GSTIN and custom cart meta.
The unique identifier of the cart.
Response
is_valid
Boolean
Whether added meta was vaild.
message
String
Detailed message.
Mutation
Loading...
Try it
Input Variables
Loading...
Response
Loading...