POST
/
cart
/
reload
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the item to update in the cart.

Query Parameters

count
integer
required

The new quantity of the item to set in the cart.

Response

200 - application/json
success
boolean

Indicates if the operation was successful.