Skip to main content
PUT
/
commerce
/
orders
/
{orderId}
/
item
/
{orderItemId}
/
data
/
{orderItemDataId}
{}

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 get the Items for

orderItemId
string
required

Unique Identifier of the OrderItem you want to Insert / Update the Databag for

orderItemDataId
string
required

URLEncoded Key for the Value you want to Insert / Update from the OrderItem 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.