channel.remote.attributes
Attributes a marketplace category requires/allows (required, custom, multi, variant axis).
- method + path:
GET /v1/channel/{ext}/remote/attributes - TR label: Pazaryeri kategori özellikleri
- auth: authenticated · scope gates: any of
admin,catalog:read,catalog:write— “Katalog okuma yetkisi gerekli” - agentPolicy:
quote— a provider call with no store-state change (offers, labels, validators) — every token kind calls it directly. - effects:
provider - idempotency: server — the platform derives the key
- wraps: — (no command inside)
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