wafle_products_sync_trigger
Trigger an asynchronous product catalog sync for a store. Specify incremental or full mode and get a job id to monitor completion.
Instructions
Trigger an asynchronous catalog sync for a store. Returns a job id; poll wafle_products_sync_status until done.
Only meaningful on catalog_mode = supabase_sync stores. On manual stores it's a no-op error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | `full` rewrites all products; `incremental` only changed ones. | incremental |
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. |