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.

Last updated

Was this helpful?

#1249: DOC-395 CCAvenue

Change request updated