Get cross-sell recommendations

This endpoint will allow you to easily benefit from Tiqets cross-sell expertise.

Our data-powered algorithm can show you the best products to propose to a customer based on what they've already selected or done. Millions of multi-day trips with our products ensure our recommendations are relevant.

Read the implementation guideline for support: Increase order value and repeat purchases with recommendations.

Get product cross-sell options

get
/products/{product_id}/recommendations/cross-sell

Returns a list of product recommendations that can be cross-sold based on the given product ID.

Path parameters
product_idintegerRequired

The ID of the product to get alternatives for.

Query parameters
sort_bystring · enumOptional

Sorting criterion.

Default: balancedPossible values:
max_per_experienceintegerOptional

Maximum number of variations/options to show per specific museum/experience.

Default: 1Example: 1
exclude_product_idsinteger[]Optional

A comma-separated list of product IDs to exclude from results (e.g., products already in cart).

Example: [1001,1002]
product_tag_idsinteger[]Optional

Filter recommendations by specific tag IDs (e.g., "Guided tour").

Example: [5,12]
currencystringOptional

Currency code of the price components (ISO 4217).

Default: EURExample: EUR
langstringOptional

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

Default: enExample: en
Header parameters
AuthorizationstringRequired

Token <Your_API_Key>.

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

Successful response.

application/json
get
/products/{product_id}/recommendations/cross-sell

Last updated

Was this helpful?