read_ec_sync_status
Verify EC sales data sync status via aggregate counts and timestamps per channel, plus recent sync batches. Confirms sync occurred without exposing individual sales rows.
Instructions
Confirms whether EC sales data has been synced. Returns aggregate counts and timestamps per channel plus the most recent sync batches.
For security, this endpoint does not expose individual sales rows or amounts — it is only a
confirmation that a sync happened. Use it after import_ec_sales to verify the rows landed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Confirmation that EC sales data was synced. Returns counts and timestamps ONLY — never individual sales rows or amounts — so it is safe for confirming a sync without exposing the underlying sales data. |