Skip to main content
PUT
/
commerce
/
subscriptions
/
{subscriptionId}
/
item
/
{subscriptionItemId}
/
data
/
{subscriptionItemDataId}
{}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Path Parameters

subscriptionId
string
required

Unique Identifier of the Subscription you want to get the Items for

subscriptionItemId
string
required

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

subscriptionItemDataId
string
required

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

Query Parameters

updateMode
string
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.