deactivate_products
Set Jumia products to INACTIVE to hide them from sale without deleting the listing. Use when you need to make items unsellable while keeping the product record intact.
Instructions
The closest thing to "removing" a product from Jumia: sets status to INACTIVE per business client. THIS DOES NOT DELETE THE LISTING - there is no delete endpoint in the published API; INACTIVE just makes it unsellable/hidden. If you actually need a listing permanently gone, that's a request to your Jumia account manager, not something this tool (or any seller-facing API call) can do.
products: [{"id": "<productSid, i.e. variation_id>", "sellerSku": "...", "business_client_codes": ["jumia-ng", ...]}] (accepts a singular "business_client_code" string too, for convenience when acting on one find_outdated_products listing at a time - those rows already have "variation_id"/"seller_sku"/"business_client_code" under exactly those names, just rename variation_id -> id).
Logs every call to the local audit log before returning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| products | Yes |