Update cart item quantity
PATCH
/api/v1/business/website/cart/items/{item_id}/
Authorizations
apiKey
Your business API key (sb_live_*) — identifies which store the request is for. Required on every /api/v1/business/website/ request.
Type
API Key (header: X-Periscale-Key)
shopperToken
The shopper's access token from the shopper authentication endpoints. Required for cart, checkout, orders, and account actions.
Type
HTTP (bearer)
Parameters
Path Parameters
item_id*
Type
Requiredinteger
Request Body
application/json
JSON "quantity": 0
{
}
Responses
Item updated.
application/json
JSON
"string"