Update

Update Cart Item

put
/V2/customer/cart/update/{itemId}
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
itemIdintegerRequired

Item Id

Example: 318
Header parameters
Content-TypestringOptional

Content Type

Example: application/json
Body
objectOptionalExample: {"cartItem":{"sku":"MJ12","qty":1,"quote_id":"{{cartId}}","product_option":{"extension_attributes":{"configurable_item_options":[{"option_id":"142","option_value":167},{"option_id":"93","option_value":56}]}}}}
Responses
chevron-right
200

Successful response

application/json
put
/V2/customer/cart/update/{itemId}
200

Successful response