Reducing the subscription renewal quantity
Learn how to reduce the subscription renewal quantity.
Last updated
Was this helpful?
Learn how to reduce the subscription renewal quantity.
Last updated
Was this helpful?
Sometimes, businesses need to adjust the quantity of a subscription renewal to meet changing customer requirements or business strategies. The Reduce resource offers a simple method to reduce the renewal quantity of a subscription via a Reduce resource call. This feature ensures that your business remains flexible and responsive to customers' needs by adjusting subscription quantities. Whether due to a change in customer preference or a need for cost optimization, decreasing a subscription's renewal quantity can be a strategic move that saves costs and enhances customer satisfaction. This guide aims to help you reduce the quantity of a subscription product using the Digital River API.
There are several reasons why a customer might want to reduce their subscription quantity:
Change in needs: A customer's requirement for a product or service might decrease, making it unnecessary to continue with the original quantity.
Budget adjustments: Customers must reduce the costs associated with their subscriptions to accommodate budgetary constraints or financial planning.
Utilization analysis: After analyzing the usage of the subscribed product or service, a customer may find that they need to fully use the original quantity and, therefore, decide to reduce it.
Business strategy shifts: A shift in business strategy or focus can lead to changes in the resources allocated, necessitating a reduction in subscription quantities.
Seasonal or cyclical demand: Businesses with seasonal or cyclical demand might want to adjust subscription quantities to optimize operations and costs.
Use the request to reduce the subscription renewal quantity. This method allows you to decrease the quantity of a subscription product. You must provide the {subscriptionId}
of the subscription product you want to reduce and the new quantity
. To get the subscription ID, see Getting all subscriptions for a shopper.
Imagine a customer has two subscriptions and decides to reduce the subscription product to one. The following example illustrates how to decrease a subscription product to a quantity of 1.
Replace {Your_Authorization_Token}
with your actual authorization token, [Product_ID]
with the product ID, you want to reduce, and {subscriptionId}
with the actual ID of the subscription you're modifying.
The Reduce resource will immediately update the “current” subscription quantity. However, it will not trigger an automatic refund for the shopper.
This command modifies the subscription by reducing the included product to the specified quantity. For more detailed information and additional parameters, see the .