list_orders
List recent order records for the project, PII-FREE — customer name, e-mail, phone and billing/shipping addresses are NEVER returned. Best for spotting sync problems: pass errors_only:true to see only orders that failed or were not inserted. Optional connection_id restricts to one order connection; limit caps the result (default 50, max 200). Returns {orders:[{channelOrderId, channelOrderName, storeOrderId, connectionId, channelCode, marketplaceCode, status, syncStatus, createdAt}], total}. syncStatus flags which orders failed ('error'/'not_inserted'); the free-text error reason is intentionally not exposed (it can contain customer data) — the user reviews details in the Koongo UI. project_id is OPTIONAL (project_id_required otherwise — then call list_projects).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max records (default 50, max 200). | |
| project_id | No | ||
| errors_only | No | Only orders that failed to sync / were not inserted. | |
| connection_id | No | Restrict to one order connection (from get_order_overview). |