Promise resolving to an object with subscription details. When successful, the data will be merged into the subscriptions
array.
{
"subscriptionID": 1,
"sku": "123",
"nextEventDateUTC": "2018-06-22T15:27:43.606Z",
"subscriptionType": 1,
"status": 1,
"events": [
{
"typeID": 1,
"eventDateUTC": "2018-06-22T15:27:43.606Z",
"details": "string"
}
],
"salesOrders": [
{
"id": 1,
"orderDateUTC": "1529924092000",
"orderNumber": "1",
"status": 1,
"tax": 1,
"shipping": 1,
"total": 1
}
]
}
See documentation for corresponding error codes:
https://redirector.arcpublishing.com/alc/docs/swagger/?url=./arc-products/arc-sales.json#/Subscription_Interaction/getSubscriptionDetails