Skip to main content
PUT
Update cart item quantity

Authorizations

x-commerce-api-key
string
header
required

Legacy alias for commerce-scoped API keys. Prefer x-api-key with scope=commerce.

Path Parameters

itemId
string<uuid>
required

Cart item ID

Body

application/json
quantity
integer
required
Required range: 0 <= x <= 99
wallet_address
string
wallet_network
string
customer_id
string

Response

Cart item updated successfully

success
boolean
Example:

true

message
string
data
object