list_orders
Fetch paginated Jumia orders filtered by status, country, and creation date. Use comma-separated statuses and country codes to narrow results; omit status to include all statuses.
Instructions
One page of GET /orders. status/country accept comma-separated lists; omit status to get every status (there's no "ALL" value). Valid country codes: CI, DZ, EG, GH, KE, MA, NG, SN, TN, UG, ZA.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| token | No | ||
| status | No | ||
| country | No | ||
| shop_id | No | ||
| created_after | No | ||
| created_before | No |