Get Channel Inventory Summary
GET/api/v2/listings/channel-inventory/summary
Returns channel inventory counts grouped by integration, the list of connected channel accounts (integration instances) that have at least one active listing, and a breakdown of inventory records by sync status.
products:readGrant this scope to your token under Settings → Developer → Personal Access Tokens.
status_counts fields: in_sync (SKU.io and channel quantities match and no recalculation is pending), mismatch (quantities differ or a recalculation is pending), never_synced (the channel has never reported a quantity), pending_recalc (flagged for quantity recalculation).
Integrations with listings but no channel inventory records yet (fresh setup) still appear with a count of 0. Archived listings are excluded throughout.
Authentication: Requires Bearer token.
Request
Responses
- 200
- 401
- 403
- 429
OK
Response Headers
Unauthenticated — the bearer token is missing, revoked, expired, or malformed. Never retry automatically; fix the credential. See the Errors guide.
Forbidden — the token lacks a required scope, the endpoint is not available to API tokens, or the user behind the token lacks the permission. A human must adjust the token scopes or user permissions; do not retry.
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.