The user needs to be logged in to use this endpoint, click here to read more.
This API returns customer issues for subscription product.
OK
Array of objects List of distributed issues |
Bad Request
Too Many Requests
Internal Server Error
{- "deliveredIssues": [
- {
- "issue": "2023-12",
- "distributedDate": 1698879600000
}, - {
- "issue": "2024-01",
- "distributedDate": 1701471600000
}
]
}
Only the client needs to be logged in to use this endpoint. The user does not need to be logged in, click here to read more.
This API returns all issues for subscription products. If product is a series product, all issues for series is return. If ordinary subscription product, all issues within one year is returned (i.e one year from current time).
OK
Array of objects |
Bad Request
Too Many Requests
Internal Server Error
{- "issues": [
- {
- "productId": "CO27409",
- "productType": "subscription",
- "subscriptionIssues": [
- {
- "issue": "2024-01",
- "publicationDate": 1706223600000,
- "distributionPlannedDate": 1704150000000,
- "distributionDate": 1704150000000
}, - {
- "issue": "2024-02",
- "publicationDate": 1708902000000,
- "distributionPlannedDate": 1706828400000
}
]
}
]
}