wafle_products_create_manual
Create products manually in stores with catalog_mode set to manual. For sync-backed stores, use product override instead to prevent overwrites.
Instructions
Manually create a product in a store whose catalog_mode = manual.
Do NOT use on stores with catalog_mode = supabase_sync — those products come from the upstream catalog and a manual create will be overwritten on next sync. For sync stores, use wafle_products_override to tweak fields without losing them on sync.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sku | Yes | ||
| name | Yes | ||
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| price | Yes | ||
| stock | No | ||
| images | No | List of image URLs. | |
| status | No | active | |
| category | No | ||
| description | No |