channel.remote.attributeValues

Allowed values of one category attribute.

Machine-readable body schema: /schemas/routes/channel.remote.attributeValues.json.

Body

No request body.

Query

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "categoryId": {
      "type": "string",
      "maxLength": 40
    },
    "attributeId": {
      "type": "string",
      "maxLength": 40
    },
    "q": {
      "type": "string",
      "maxLength": 80
    }
  },
  "required": [
    "categoryId",
    "attributeId"
  ]
}
Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/channel.remote.attributeValues.md