Skip to main content
PUT
/
commerce
/
carts
/
current
/
extendedproperties
/
{key}
Error
A valid request URL is required to generate request examples
{
  "key": "<string>",
  "value": "<string>"
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

key
string
required

Unique identifier of the cart item

Query Parameters

upsert
boolean
default:false

Extended property

responseFields
string

limits which fields are returned in the response body

Body

application/json

Extended property

key
string | null
value
string | null

Response

Success

key
string | null
value
string | null