# `channel.remote.categories` Marketplace category tree search (leaf categories accept products). - **method + path**: `GET /v1/channel/{ext}/remote/categories` - **TR label**: Pazaryeri kategorileri - **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.categories.json](/schemas/routes/channel.remote.categories.json). ## Body No request body. ## Query ```json { "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": { "q": { "type": "string", "maxLength": 80 }, "parentId": { "type": "string", "maxLength": 40 } } } ```