list_products
Retrieve a paginated list of catalog products from Jumia Vendor Center using filters like status, shop, SKU, or category. Use the returned token to fetch subsequent pages.
Instructions
One page of GET /catalog/products with the documented filters. Use token from the previous response to get the next page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| size | No | ||
| token | No | ||
| status | No | ||
| shop_id | No | ||
| qc_status | No | ||
| seller_sku | No | ||
| category_code | No |