API
Channels config
Read the active sales-channel configuration (with fulfillment types) for the vendor bound to your API key. Use it to know which channels and fulfillment combinations your integration can use.
GET
Returns the full sales-channel configuration for the vendor bound to your API key, enriched with global catalog data (
uuid, name, description) and the fulfillment types configured for each channel.
The endpoint takes no query parameters — accountId and vendorId are derived from the API key. Only channels with enabled !== false are returned. Channels in the account JSONB that have no match in the catalog are excluded from the response.
Authentication
Your Fire API key with the
channels:read scope. The key must be vendor-scoped (account + vendor binding) — keys without a vendorId are rejected with 403.Request
Response
UUID of the account the API key belongs to.
Notes
uuidcomes from the globalchannelscatalog, not from the per-account JSONB.fulfillmentTypesonly includes types configured for that channel in the vendor. Types without a catalog match are excluded.countriesgroups by country code from the JSONB. A vendor may appear in multiple countries if it is configured per-country.
Related
Payment methods config
Companion endpoint to read configured payment methods.
Authentication
How vendor-scoped API keys and scopes work.

