List Excluded SKU Entries
GET/api/ledger/reconciliation/excluded
The SKU ledger entries that are excluded from sync for a connection over the (optional) document-date window — unlinked entries that are not eligible to sync, each with the reason(s) it's blocked.
Authentication: Requires Bearer token.
These are exactly the entries hidden from the sku_only bucket of the matches endpoint (an empty sku_only does not mean everything is synced — thousands of entries can be excluded). Loaded on its own so the matches payload stays light.
Each row carries reasons[] as {code, label} pairs. Common reason codes: override_disabled (manually disabled), type_disabled, channel_disabled, before_provider_sync_start_date, before_type_sync_start_date, batch_member, batch_open, connection_inactive, internal_only, granularity_off.
from/to (Y-m-d) override the default window. 404 when connection_id is not a supported accounting connection.
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.