Skip to main content
GET
/
commerce
/
orders
/
orderrouting
/
api
/
v1
/
routing
/
filter-attributes
Error
A valid request URL is required to generate request examples
[
  {
    "groupName": "<string>",
    "attributes": [
      {
        "id": "<string>",
        "name": "<string>",
        "dataType": "STRING",
        "unitType": "unit.type.currency",
        "allowedValues": [
          "<string>"
        ],
        "isExtensible": true,
        "filterAttributePath": "<string>",
        "extensibleAttributeFQN": "<string>",
        "unitOptions": [
          "<string>"
        ],
        "customValueTypes": [
          "<string>"
        ]
      }
    ]
  }
]

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Headers

x-vol-tenant
integer<int32>
required
x-vol-site
integer<int32>
required

Response

OK

groupName
string
attributes
object[]