curl --request PATCH \
--url https://api.myscalev.com/v3/stores/{store_id}/customers/me/cart/items/{item_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"quantity": 2
}'{}No OAuth machine scope. Customer-authenticated storefront endpoint.
curl --request PATCH \
--url https://api.myscalev.com/v3/stores/{store_id}/customers/me/cart/items/{item_id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"quantity": 2
}'{}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
x >= 1Success
Raw single-resource success payload for v3.