---
title: "Product"
method: GET
path: "/products/{instancekey}/{productNo}"
tags: ["Products"]
---

# Product

`GET /products/{instancekey}/{productNo}`

Service that returns the requested product.

## Path parameters

- `instancekey` string, required
- `productNo` string, required

## Headers

- `TWN-Source` string

## Response `200`

Response with information about the requested product.

- NavigationItem
  - `visualproperties` Visualproperties
    - `colspan` integer — The number of columns the item takes up.
    - `rowspan` integer — The number of rows the item takes up.
  - `type` string — Type of item
  - `itemno` string — Unique item number
  - `title` string — Title of item
  - `price` number, double — Price of item
  - `brand` string — Brand of item
  - `url` string — Url of item
  - `image` string — Image of item
  - `attributes` NavigationItemAttribute[]
    - `name` string — Name of an attribute
    - `values` string[]
  - `origin` NavigationItemOrigin
    - `type` string — Type of origin
    - `name` string — Display name of the origin
    - `itemreference` string — Item reference for the origin

## Other responses

- `401` — Invalid instancekey supplied

---

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