update_price_rule
Update an existing Shopify price rule by ID, adjusting title, start/end dates, usage limit, or once-per-customer restriction.
Instructions
Update an existing price rule
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Price Rule ID | |
| title | No | Price rule title | |
| endsAt | No | End date/time (ISO format) | |
| startsAt | No | Start date/time (ISO format) | |
| usageLimit | No | Total usage limit | |
| oncePerCustomer | No | Limit to one use per customer |