curl --request PATCH \
--url https://api.myscalev.com/v3/stores/{store_id}/public/cart/items/{item_id} \
--header 'Content-Type: application/json' \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>' \
--data '{
"quantity": 2
}'{}No OAuth machine scope. Public storefront endpoint.
curl --request PATCH \
--url https://api.myscalev.com/v3/stores/{store_id}/public/cart/items/{item_id} \
--header 'Content-Type: application/json' \
--header 'X-Scalev-Storefront-Api-Key: <x-scalev-storefront-api-key>' \
--data '{
"quantity": 2
}'{}Publishable storefront public API key for the target store.
x >= 1Success
Raw single-resource success payload for v3.