---
title: "Product recommendations"
method: GET
path: "/catalog/recommendation/product/{instancekey}"
tags: ["Catalog"]
---

# Product recommendations

`GET /catalog/recommendation/product/{instancekey}`

Service that returns the collection of all set up and cross selling rules.

## Path parameters

- `instancekey` string, required

## Headers

- `TWN-Source` string

## Response `200`

A series of up- and/or cross-selling rules have been set up

- CatalogRecommendationsResponse
  - `recommendations` CatalogRecommendation[]
    - `id` integer
    - `name` string

## Other responses

- `401` — Invalid instancekey supplied

---

[API](https://skmtc.dev/tweakwise/apis/frontend-api.md) · [All operations](https://skmtc.dev/tweakwise/apis/frontend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tweakwise/frontend-api/revisions/9bd1e2b3633f/schema)
