Get FBS Awaiting Orders
get_fbs_awaitingRetrieve FBS orders awaiting packaging to prioritize packing and dispatch. Filter by cutoff time range or warehouse IDs.
Instructions
Get the list of FBS orders that are waiting to be processed and shipped. These are orders in "awaiting_packaging" or similar states that require seller action. Use this to see what needs to be packed and dispatched today. Optionally filter by cutoff time range or warehouse IDs. If cutoff dates are not provided, defaults to the current calendar month.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Sort direction. Default: ASC (oldest first) | |
| limit | No | Number of orders (default: 50) | |
| offset | No | Pagination offset | |
| cutoff_to | No | Filter orders with cutoff time until this date. ISO 8601 date-time in UTC, e.g. "2024-01-01T00:00:00.000Z" | |
| cutoff_from | No | Filter orders with cutoff time from this date. ISO 8601 date-time in UTC, e.g. "2024-01-01T00:00:00.000Z" | |
| warehouse_ids | No | Filter by warehouse IDs |