---
title: "Recommendations"
method: POST
path: "/v3/recommend/products"
tags: ["Recommendations", "V3"]
---

# Recommendations

`POST /v3/recommend/products`

## Query parameters

- `port` integer, nullable

## Request body

- RecommendRequestV3
  - `merchant` string, required — Identifier associated with the API integration
  - `market` string, required — Market identifier
  - `locale` string, required — Locale identifier
  - `type` string, required — Type of the recommendation, e.g. `cross_sell`
  - `product_ids` string[] — Zero, one, or multiple product identifiers (depending on the id)
  - `limit` integer, nullable — Maximum number of recommendations returned.
  - `session_id` string, nullable — Session identifier

## Response `200`

Successful Response

- RecommendResponseV3
  - `displays` APIDisplay[], required
    - `variant_index` integer, required
    - `variant_displays` object[], required
  - `error` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/depict/apis/depict-api.md) · [All operations](https://skmtc.net/depict/apis/depict-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/depict/depict-api/revisions/aad86b1030c7/schema)
