find_duplicate_products
Detect duplicate listings by matching GTIN/EAN/barcode or brand+category+images with near-identical names. Returns clusters with a suggested canonical listing, ready for deactivation decisions.
Instructions
Flag products that look like the same real-world item listed more than once: exact GTIN/EAN/barcode match, or same brand+category+images with a near-identical name. Jumia's seller API has NO merge endpoint, so this only reports clusters with a suggested canonical listing (live somewhere - ACTIVE + QC APPROVED on any business client - then oldest wins) - resolving it means you decide, then call deactivate_products() on the ones you're dropping. Narrow with category_code for large catalogs; this does a full paginated scan which gets expensive across an entire multi-country catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| shop_id | No | ||
| category_code | No | ||
| max_products_scanned | No | ||
| name_similarity_threshold | No |