List orders
list_ordersRetrieve orders or baskets from Upmind, optionally include related client and product details, and paginate results.
Instructions
List orders/baskets. Use "with" for relations like client, products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| with | No | Relations to load (comma-separated) | |
| limit | No | Results per page (default 20) | |
| offset | No | Pagination offset (default 0) |