Shopify app
Data ingestion
Product Listing Pages
Product Listing Pages and Search
Recommendations SDK
Tracking Product Interactions
HTTP API
- Search API Overview
- Product listing pages
- Query Suggestions
- Endpoints
- Listing (v3)
- Search (v3)
- Recommendations (v3)
- Other (v3)
- Listing (v2)
- Search (v2)
- Recommendations (v2)
- Events (v2)
- Catalog Push API (v0)
Recommendations (v3)
Recommendations
POST
/
v3
/
recommend
/
products
{
"displays": [
{
"variant_index": 123,
"variant_displays": [
{}
],
"variant_skus": [
"<string>"
],
"variant_product_ids": [
"<string>"
]
}
],
"error": "<string>"
}
Authorizations
Headers
Body
application/json
Response
200
application/json
Successful Response
The response is of type object
.
Was this page helpful?
{
"displays": [
{
"variant_index": 123,
"variant_displays": [
{}
],
"variant_skus": [
"<string>"
],
"variant_product_ids": [
"<string>"
]
}
],
"error": "<string>"
}