Skip to main content
PUT
/
commerce
/
orders
/
{orderId}
/
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

orderId
string
required

Unique identifier of the order item

key
string
required

Key

Query Parameters

updateMode
string

Determines the update strategy for this update (ApplyAndCommit, ApplyToOriginal, ApplyToDraft)

version
string

Determines whether or not to check versioning of items for concurrency purposes.

upsert
boolean
default:false

Allow insert or update

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