update_tier
Update a subscription tier by ID, modifying only specified fields. Retire tiers by setting active to false.
Instructions
Update a tier by id; only the fields you pass are changed.
There is no delete for tiers; retire one with active=False instead.
Returns the updated tier summary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| active | No | ||
| tier_id | Yes | ||
| benefits | No | ||
| currency | No | ||
| trial_days | No | ||
| visibility | No | ||
| description | No | ||
| yearly_price | No | ||
| monthly_price | No | ||
| welcome_page_url | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||