Get products calendar

The endpoint returns the availability calendar of the requested products.

The returned information can be used to get a quick overview of availability of a selection of products. For detailed information of available timeslots, variants, and corresponding prices, please refer to the Product availability and pricing endpoint.

Product calendar

get
/products/calendar
Query parameters
product_idsstringRequired

List of comma-separated product IDs for which to request the calendar. At least one product ID needs to be provided; the maximum is 20 product IDs.

Example: 1006356,1010393,975854
langstringOptional

Language of the content to retrieve (ISO 639-1). Defaults to English if undefined.

Default: enExample: en
start_datestring · dateOptional

First day for which to return availability.

Example: 2025-03-21
end_datestring · dateOptional

Last day for which to return availability (by default: 31 days from current date). We capped the endpoint response to a maximum of 31 days per request to manage the response time of the endpoint.

Example: 2025-03-25
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Responses
200

Successful operation.

application/json
get
/products/calendar

Last updated

Was this helpful?