v1
latestOpenAPI 3.1.02026-07-234140131.3 KBContent API
Get product cross-sell options
Returns a list of product recommendations that can be cross-sold based on the given product ID.
get/products/{product_id}/recommendations/cross-sell
Path parameters
product_idinteger required
The ID of the product to get alternatives for.
Query parameters
sort_by'commission' | 'conversion_rate' | 'balanced'
Sorting criterion.
max_per_experienceinteger
Maximum number of variations/options to show per specific museum/experience.
exclude_product_idsinteger[]
A comma-separated list of product IDs to exclude from results (e.g., products already in cart).
product_tag_idsinteger[]
Filter recommendations by specific tag IDs (e.g., "Guided tour").
currencystring
Currency code of the price components (ISO 4217).
langstring
Language of the content to retrieve (ISO 639-1). Defaults to English if undefined.
Headers
Authorizationstring required
Token <Your_API_Key>.
Response
Successful response.