---
title: "Get product"
method: GET
path: "/product/{articleNumber}"
tags: ["Product"]
deprecated: true
---

# Get product

`GET /product/{articleNumber}`

> **Deprecated.**

Returns a single product with the specified article number.

## Path parameters

- `articleNumber` string, required

## Response `200`

OK

- Product
  - `ArticleNumber` string
  - `Name` string
  - `Price` number, double
  - `Brand` string
  - `Stock` integer
  - `GroupCode` string
  - `Image` string
  - `Url` string
  - `LastModified` string, date-time
  - `UpdatedBy` 'Feed' | 'Api' | 'App'
  - `Categories` integer[]
  - `Attributes` ProductAttribute[]
    - `Id` integer
    - `Key` string
    - `Values` string[]
  - `Status` 'Active' | 'Inactive'

## Other responses

- `404` — Product not found

---

[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)
