Skip to main content
PUT
/
commerce
/
orders
/
{orderId}
/
data
/
{orderDataId}
{}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

orderId
string
required

Unique Identifier of the Order you want to insert / update the Databag for

orderDataId
string
required

URLEncoded Key for the Value you want to Insert / Update from the Order DataBag

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

Data Object you are trying to insert / update

The body is of type any.

Response

Success

The response is of type object.