Orders: list
orders_get_ordersGet delivery orders with filters by ID, status, and date. Provides available actions (confirm, reject, etc.) for follow-up write operations.
Instructions
Returns a list of delivery orders (get_orders) with filters by ID, status, and creation date. Read-only, changes nothing. Use it as a starting point: take the available actions from the response (availableActions: confirm/reject/perform/receive/setMarkings/setTrackNumber/setCNCDetails, etc.) for subsequent write operations. Available only to B2C sellers. The response includes a hasMore flag for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Filter by Avito order IDs (array of strings). If omitted, all orders matching the other filters are returned. | |
| page | No | Page number for pagination (starting from 1). | |
| limit | No | Maximum orders per page, from 0 to 20. | |
| dateFrom | No | Unix timestamp in seconds. Returns only orders created no earlier than this moment. | |
| statuses | No | Filter by statuses (array). Allowed values: on_confirmation (awaiting confirmation), ready_to_ship (awaiting shipment), in_transit (in transit), canceled (canceled), delivered (delivered to the buyer), on_return (being returned), in_dispute (dispute opened), closed (closed). |