Skip to main content
PUT
/
commerce
/
customer
/
b2baccounts
/
priority
/
update
Error
A valid request URL is required to generate request examples
{
  "accountPriorities": [
    {
      "priority": 123,
      "accounts": [
        123
      ]
    }
  ],
  "blackListedAccounts": [
    123
  ]
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Body

application/json

The account priorities to update.

Model used for B2b account priority

accountPriorities
object[] | null

List of account priorities.

blackListedAccounts
integer<int32>[] | null

List of blacklisted accounts which should not be considered for priority order release.

Response

Success

Model used for B2b account priority

accountPriorities
object[] | null

List of account priorities.

blackListedAccounts
integer<int32>[] | null

List of blacklisted accounts which should not be considered for priority order release.