Skip to main content
PUT
/
commerce
/
carts
/
current
/
extendedproperties
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.

Query Parameters

upsert
boolean
default:false

Allow insert or update

responseFields
string

limits which fields are returned in the response body

Body

application/json

Extended properties

key
string | null
value
string | null

Response

Success

key
string | null
value
string | null