ozon_get_fbs_unfulfilled
Retrieve new or unprocessed FBS shipments awaiting assembly within a date range to plan warehouse picking.
Instructions
List new/unprocessed FBS shipments awaiting assembly.
Args: cutoff_from: ISO datetime lower bound, e.g. "2026-06-01T00:00:00Z". cutoff_to: ISO datetime upper bound. limit: page size. offset: pagination offset. Returns JSON: {"ok": true, "data": {"result": {"postings": [...]}}}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| cutoff_to | Yes | ||
| cutoff_from | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |