List FBS Orders
list_fbs_ordersRetrieve Ozon FBS orders filtered by date range and optional status. Returns order details including buyer info, delivery method, and products.
Instructions
Get a list of FBS orders (fulfilled from seller warehouse). Filter by date range (required) and optionally by status. FBS statuses: awaiting_registration, acceptance_in_progress, awaiting_approve, awaiting_packaging, awaiting_deliver, arbitration, client_arbitration, delivering, driver_pickup, delivered, cancelled. Returns order details including buyer info, delivery method, and products.
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 FBS order status | |
| warehouse_ids | No | Filter by warehouse IDs |