Update cart product request schema details which includes artidcle id, custom json, extra meta, identifiers, item id, item size, item index, meta, parent item identifiers and quantity.
Fields
_custom_json
JSONField to update custom json of the product in cart.
article_id
StringArticle id of the product in cart.
extra_meta
JSONField to update extra meta of the product in cart.
identifiers
CartProductIdentiferInput!Required
Product identifiers uniquely generated by cart to uniquely identify the product in cart.
item_id
IntItem id of the product that needs to be updated.
item_index
IntItem index determines on which index the product falls to be updated.
item_size
StringField to update the size of the product in cart.
meta
JSONField to update meta of the item in cart.
parent_item_identifiers
JSONField to update parent product of the item in cart.
quantity
IntField to update the quantity of the item in cart.
fulfillment_option_slug
Stringspecifies the fulfillment method, indicating whether an order is for home delivery or store pickup
pickup_store_id
IntUnique identifier of the pickup store selected by the user from which user wants to pickup the product.
force_new_line_item
BooleanField to update the item as a seperate item in cart.
Was this section helpful?