wafle_products_override
Override individual product fields like price, name, description, and images with persistent settings that survive catalog syncs, so you can tweak a single product without forking the entire catalog.
Instructions
Set per-product overrides (price, name, description, images) that survive catalog syncs. Use on supabase_sync stores when you need to tweak a single product without forking the whole catalog.
Wafle stores overrides server-side and re-applies them after every sync.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| overrides | Yes | Object of fields to override. | |
| product_id | Yes |