wafle_products_update
Partially update a product by numeric ID, changing only the fields you provide. Use for targeted modifications without overwriting other data.
Instructions
Partial update of a product by numeric id. PATCH semantics — only the fields you pass change.
For sync stores, prefer wafle_products_override so the sync engine respects your tweaks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| slug | Yes | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| price | No | ||
| stock | No | ||
| images | No | ||
| status | No | ||
| product_id | Yes | ||
| description | No |