Recharge Update Subscription Quantity
Updates the quantity of the item in a subscription.
Uses this endpoint: https://developer.rechargepayments.com/2021-11/subscriptions/subscriptions_update
Inputs
Input | Type | Description |
---|---|---|
Recharge Access Token | SensitiveString | Recharge Access/API Token that allows us to make calls to the api. |
Subscription Id | String | The id of the subscription |
New Quantity | String | The new quantity wanted in the subscription |
Outputs
Output | Type | Description |
---|---|---|
Success | Boolean | Whether the subscription was updated. |
Updated Subscription | Object | The updated subscription (with new quantity). |
Updated 6 months ago