Skip to main content

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

OK

Response Headers
    Content-Type