Delivery

Delivery API for extracting basic information about distribute and delivery a given product.

List next distributions

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.

SecurityAuthorization_Code
Request
path Parameters
productCode
required
string <= 12 characters

product code

Responses
200

OK

Response Schema: application/json
object
object
400

Bad Request

429

Too Many Requests

500

Internal Server Error

get/v1/product/delivery/{productCode}
Request samples
Response samples
application/json
{
  • "nextDistribution": {
    },
  • "nextDelivery": {
    }
}

List next distributions - client mode

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.

SecurityClient_Credentials
Request
path Parameters
productCode
required
string <= 12 characters

product code

Responses
200

OK

Response Schema: application/json
object
object
400

Bad Request

429

Too Many Requests

500

Internal Server Error

get/v1/client/delivery/{productCode}
Request samples
Response samples
application/json
{
  • "nextDistribution": {
    },
  • "nextDelivery": {
    }
}