sayren Docs
Cart

Update item

PATCH
/storefront/v1/cart/items/{cartItemId}
AuthorizationBearer <token>

회원 accessToken

In: header

Path Parameters

cartItemId*string

Header Parameters

x-cart-token*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

quantity?integer
Range1 <= value <= 999
optionId?string

Response Body

curl -X PATCH "https://example.com/storefront/v1/cart/items/string" \  -H "x-cart-token: string" \  -H "Content-Type: application/json" \  -d '{}'
Empty