ozon_get_fbs_unfulfilled
Retrieve Ozon FBS shipments with cutoff dates in a specified range that are new or awaiting assembly, using pagination to list unfulfilled postings for processing.
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 |