Get all active product variants

This endpoint returns details about all active variants of a product. There is no actual availability returned; the endpoint is supposed to be used for the mapping of products on your system.

Availability and pricing for a certain time frame can be retrieved via the dedicated endpoint.

All active product variants

get
/products/{productId}/product-variants
Path parameters
productIdintegerRequired

ID of the product to return.

Example: 974092
Query parameters
langstringOptional

Language of the variants to retrieve.

Example: en
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

Default: Token <Partner_API_key>.
Responses
chevron-right
200

Successful operation.

application/json
successbooleanOptional
sales_enabledbooleanOptional

Indicates whether the product is available for sale or not.

dynamic_pricingbooleanOptionalDeprecated

If true, the price depends on the day and timeslot, as well as the day on which the data is requested. Products with dynamic pricing can have different prices for one date for one variant ID, and it allows for active price changes from the supplier.

max_tickets_per_orderinteger · nullableOptional

Maximum total number of tickets of any product variant that can be purchased in one order.

get
/products/{productId}/product-variants

Last updated

Was this helpful?