Update subscription
foxy_update_subscriptionUPDATES a subscription — reschedule its next run (next_transaction_date), change its frequency, or activate/pause it (is_active). This MODIFIES live store data and affects future billing. Foxy hAPI: PATCH /subscriptions/{id}. Provide only the fields you want to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Subscription id to update. | |
| frequency | No | Billing frequency, e.g. '1m' (monthly), '2w' (2 weeks), '1y' (yearly). | |
| is_active | No | Set true to activate or false to pause the subscription. | |
| next_transaction_date | No | Next run date, YYYY-MM-DD (reschedules the subscription). |