Changing the subscription renewal product
Learn how to change the subscription renewal product.
curl --location --request POST 'https://api.digitalriver.com/v1/subscriptions/{subscriptionId}/renewal-product' \
--header 'Authorization: Basic ***' \
...
--data-raw '{
"renewalProductId" :"5329012900"
}'Last updated