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
200

Successful operation.

application/json
get
/products/{productId}/product-variants

Last updated

Was this helpful?