input_object

UpdateProductCartInput

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
JSON
Field to update custom json of the product in cart.
article_id
String
Article id of the product in cart.
extra_meta
JSON
Field to update extra meta of the product in cart.
Required
Product identifiers uniquely generated by cart to uniquely identify the product in cart.
item_id
Int
Item id of the product that needs to be updated.
item_index
Int
Item index determines on which index the product falls to be updated.
item_size
String
Field to update the size of the product in cart.
meta
JSON
Field to update meta of the item in cart.
parent_item_identifiers
JSON
Field to update parent product of the item in cart.
quantity
Int
Field to update the quantity of the item in cart.