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