List FBO Orders
list_fbo_ordersRetrieve FBO (fulfilled by Ozon) orders within a date range, with optional status filter. Returns product, quantity, and financial details.
Instructions
Get a list of FBO orders (fulfilled by Ozon warehouse). Filter by date range (required) and optionally by status. FBO statuses: awaiting_packaging, awaiting_deliver, delivering, delivered, cancelled. Returns order details including products, quantities, and financial data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | End date for filter. ISO 8601 date-time in UTC, e.g. "2024-01-01T00:00:00.000Z" | |
| dir | No | Sort direction. Default: DESC | |
| limit | No | Number of orders (default: 50, max: 50) | |
| since | Yes | Start date for filter. ISO 8601 date-time in UTC, e.g. "2024-01-01T00:00:00.000Z" | |
| offset | No | Pagination offset | |
| status | No | Filter by status: awaiting_packaging | awaiting_deliver | delivering | delivered | cancelled |