Delivery API for extracting basic information about distribute and delivery a given product.
The user needs to be logged in to use this endpoint, click here to read more.
Delivery API for extracting basic information about next issue to be distributed for a given product.
OK
object | |
object |
Bad Request
Too Many Requests
Internal Server Error
{- "nextDistribution": {
- "issue": "2019-07",
- "deliveryDate": 1562277600000,
- "distributionDate": 1562018400000
}, - "nextDelivery": {
- "issue": "2019-06",
- "deliveryDate": 1559772000000,
- "distributionDate": 1559512800000
}
}
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.
Delivery API for extracting basic information about next issue to be distributed for a given product.
OK
object | |
object |
Bad Request
Too Many Requests
Internal Server Error
{- "nextDistribution": {
- "issue": "2019-07",
- "deliveryDate": 1562277600000,
- "distributionDate": 1562018400000
}, - "nextDelivery": {
- "issue": "2019-06",
- "deliveryDate": 1559772000000,
- "distributionDate": 1559512800000
}
}