Last updated 9 months ago
This API will list all orders associated with subscription. The most recent order id will be on the top of list.
Subscription Id
Basic authorization (dispatch Key and Secret) - Client Admin key or Full access token
curl -L \ --url 'https://api.digitalriver.com/v1/subscriptions/{subId}/orders' \ --header 'token: text'
[ { "id": "text" } ]