Channel Detail
Returns a single channel by id, including its assigned locales, currencies, inventory sources, SEO block, and per-locale translations.
| Endpoint | Method |
|---|---|
/api/admin/settings/channels/{id} | GET |
Notes
locales,currencies, andinventorySourcesare arrays of objects (id/code/name/ …) — read the assigned ids from each object'sid.homeSeois the home-page SEO block (meta_title/meta_keywords/meta_description); each translation carries its own per-localehomeSeo.allowedIpsis a JSON array of IP / CIDR strings (empty when unrestricted).logo/faviconare the stored relative paths;logoUrl/faviconUrlare the ready-to-use absolute URLs (nullwhen unset).

