Skip to main content
PUT
/
v1
/
store
/
{storeId}
/
cart
/
{itemId}
Update Cart Item Quantity
curl --request PUT \
  --url https://storekit.samarthh.me/v1/store/{storeId}/cart/{itemId} \
  --header 'Content-Type: application/json' \
  --data '{
  "quantity": 3
}'

Headers

Content-Type
string

Path Parameters

storeId
string
required
itemId
string
required

Cart item ID (UUID)

Body

application/json

The body is of type object.

Response

200 - application/json

Successful response