Skip to main content
GET
/
commerce
/
customer
/
b2baccounts
/
priority
/
read
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

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.