---
title: "Get all products"
method: GET
path: "/product"
tags: ["Product"]
deprecated: true
---

# Get all products

`GET /product`

> **Deprecated.**

## Query parameters

- `searchTerm` string
- `limit` integer
- `offset` integer

## Response `200`

OK

- ProductSummary[]
  - `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[]
  - `Status` 'Active' | 'Inactive'

## Other responses

- `404` — Products 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/versions/9bd1e2b3633f/schema)
