Cart
Update item
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
Range
1 <= value <= 999optionId?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