Retrieve product URL resource (Deprecated)

Redirects to a product detail page URL or returns JSON based on its position in a recommendation result set (deprecated URL structure: pod_id and position as query parameters). Parameter values should correspond to a previously generated set of recommendations.

Query Params
string
required
length between 1 and 100

The key of the index to use.

string
required

Email campaign identifier for tracking and analytics.

item_id

Seed item ID used for item-based recommendations (e.g., complementary).

string
required

The unique identifier of the recommendation pod containing the product set.

filters

Facet filters to apply to the recommendation request. Allows for complex filtering with multiple values per attribute. Example: &filters[brand]=AwesomeBrand&filters[category]=Shoes&filters[category]=Boots

string

Name of the product attribute to filter by (e.g., brand, category, color). Must be provided together with filter_value.

string

Value to filter the specified attribute by. Must be provided together with filter_name.

integer
1 to 100
Defaults to 10

Number of results requested. For Offsite Discovery recommendations, this is the number to return. For snippet requests, this defines the expected number of results that were available. Default is 10.

string

Unique identifier for the user to personalize recommendation results.

string

ex.: https://example.com, used for redirecting to PDP

integer
required
≄ 1

The position of the desired product within the recommendation results.

string
enum
Defaults to redirect

Enumeration of possible response formats for snippet requests.

Allowed:
Responses

Language
LoadingLoading…
Response
Choose an example:
application/json
*/*