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

InputTypeDescription
Recharge Access TokenSensitiveStringRecharge Access/API Token that allows us to make calls to the api.
Subscription IdStringThe id of the subscription
New QuantityStringThe new quantity wanted in the subscription

Outputs

OutputTypeDescription
SuccessBooleanWhether the subscription was updated.
Updated SubscriptionObjectThe updated subscription (with new quantity).