order_list
Retrieve and filter orders from your Gomag store by ID, status, date range, customer email, or phone. Supports paginated results.
Instructions
List orders from the Gomag store.
Parameters
id : Filter by internal order ID. number : Filter by order number. status : Filter by status key (e.g. "sale", "return", "cancel"). date_from : Include orders placed on/after this date (YYYY-MM-DD). date_to : Include orders placed on/before this date (YYYY-MM-DD). email : Filter by customer e-mail. phone : Filter by customer phone number. page : Page number. limit : Results per page (1–100).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| number | No | ||
| status | No | ||
| date_from | No | ||
| date_to | No | ||
| No | |||
| phone | No | ||
| page | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||