wafle_stores_update
Update your wafle store's top-level settings: theme color, domain, free shipping threshold, payment methods, and shipping methods. Apply partial changes without altering other fields.
Instructions
Update top-level store fields. Only the fields you pass are changed (PATCH semantics).
Common edits: theme_color, domain, free_shipping_from, payment_methods, shipping_methods. To change pixel/marketing IDs use wafle_pixels_set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cbu | No | ||
| name | No | ||
| slug | No | Wafle store slug, e.g. 'gamerland' or 'lensitive'. | |
| domain | No | ||
| cbu_cuit | No | ||
| cbu_alias | No | ||
| cbu_titular | No | ||
| theme_color | No | ||
| payment_methods | No | Whitelist of enabled payment methods. | |
| shipping_methods | No | e.g. ['andreani','oca','retiro','gratis'] | |
| free_shipping_from | No | Subtotal threshold for free shipping in store currency. 0 disables. |