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.
Was this section helpful?