---
title: "Get Product Recommendations"
method: POST
path: "/ai-orchestration/products"
---

# Get Product Recommendations

`POST /ai-orchestration/products`

## Query parameters

- `apiKey` string, required
- `market` string
- `cuid` string
- `priceRange` string
- `includeMerchants` string
- `excludeMerchants` string
- `numProducts` integer
- `pageUrl` string, required

## Request body

- object
  - `title` string — Short descriptive title for the content (optional).
  - `content` string, required — The material you want to generate recommendations from. This can be full HTML from a page, plain text from an article, or even a short description of a product, user, or scenario.

## Response `200`

A list of recommended products.

- object[]
  - `id` integer
  - `name` string
  - `imageURL` string
  - `thumbnailURL` string
  - `currency` string
  - `salePrice` number
  - `retailPrice` number
  - `discountRate` number
  - `inStock` boolean
  - `affiliatable` boolean
  - `deepLink` string

---

[API](https://skmtc.net/sovrn/apis/rest.md) · [All operations](https://skmtc.net/sovrn/apis/rest/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sovrn/rest/versions/cb783ced960d/schema)
