Updating a subscription's billing and shipping email address
Learn how to update a subscription's billing and shipping email address.
Use the POST /v1/subscriptions/{subscriptionId}/email
to update a specific subscription's billing and email address.
curl --location --request POST 'https://api.digitalriver.com/v1/subscriptions/{subscriptionId}/email' \
--header 'Authorization: Basic ***' \
...
--data-raw '{
"emailAddress": "string"
}'
You will receive a 200 Accepted
response.
PreviousChanging the subscription's external reference identifierNextAssigning a perpetual unit price
Last updated
Was this helpful?