Skip to content

Update item quantity

POST
/rest/v1/cart/items/{id}

Parameters

Path Parameters

id*
Type
integer
Required

Request Body

application/json
JSON
{
  
"quantity": 0
}

Responses

Updated cart

Playground

Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI