channel.remote.attributes

Attributes a marketplace category requires/allows (required, custom, multi, variant axis).

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

Body

No request body.

Query

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