wafle_ai_categorize
Auto-classify products without a category using SKUs and allowed categories. Receive a category and confidence for each, then accept to save overrides.
Instructions
Auto-classify products without a category. Call with a list of SKUs and a list of allowed categories. Each product gets { category, confidence } (or null if nothing fits). Accept the job to write category overrides into the catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| product_skus | Yes | Up to 25 SKUs (batched 5/call internally). | |
| available_categories | Yes | Allowed category slugs. |