Get Catalog Coverage Matrix
GET/api/v2/listings/coverage
Catalog-wide publish coverage matrix. Returns a paginated list of products with per-channel publish state (bucket) for each publish-capable connected channel. Returns catalog-wide publish coverage per product across channels.
One row per product, with channels[] listing all publish-capable channels and their current bucket (live / ready / warn / idle / scheduled / publishing / draft). The channel_buckets map is a convenience for matrix cell rendering (channel_id → bucket string).
totals aggregates bucket counts across the ENTIRE catalog (every product × publish-capable channel) — this is what the summary cards above the matrix display. page_totals is the same aggregation scoped to only the products on the current page (retained for page-level tallies).
Authentication: Requires Bearer token.
Feature flag: requires listing-publishing to be enabled. channel_totals breaks the same catalog-wide counts down per channel — each entry lists the channel (channel_id, name, integration_name), its total product count, and a count in each status bucket.
Request
Responses
- 200
- 401
- 403
- 429
OK
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden
Rate limited — platform limit is 1,000 requests/min; individual tokens may carry lower limits. Honor the Retry-After header before retrying. See the Rate Limits guide.