ListFbpiOrders
POST/v1/fbpi-orders/list
Usage Plan
| Type | Requests | Time limit (seconds) |
|---|---|---|
| Rate | 1500 | 60 |
| Burst | 1500 | 60 |
Learn more about rate limits and usage plans in the Rate Limiting guide.
Retrieves a paginated list of FBPI orders for a specific warehouse with optional filtering by order creation date range.
Use the created_after and created_before filters to limit results to orders created within a specific UTC time window.If no date filters are provided,all available orders for the specified warehouse will be returned.Results are returned in pages of up to 50 orders.
To retrieve additional pages,include the next_token query parameter returned in the previous response. When paginating, you must reuse the same filters applied in the initial request. The next_token controls pagination only and does not modify the result set.
Request
Responses
- 200
- default
A successful response.
An unexpected error response.