sherweb_subscriptions_change_quantity
Change a subscription's quantity (seats/licenses) to adjust billing. The request is processed asynchronously, returning a tracking ID to check the amendment's status.
Instructions
Change a subscription's quantity (seats/licenses). This affects billing. The change is submitted asynchronously — it returns a tracking ID to poll with sherweb_subscriptions_amendment_status, not a finished result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| quantity | Yes | The new quantity (number of seats/licenses) | |
| customerId | Yes | The customer's unique ID (UUID) | |
| subscriptionId | Yes | The subscription to amend (UUID) |