---
title: "Get all items"
method: GET
path: "/item"
tags: ["Item"]
---

# Get all items

`GET /item`

## Query parameters

- `searchTerm` string
- `updatedBy` string[]
- `types` string[]
- `groupCode` string
- `status` string[]
- `limit` integer
- `offset` integer

## Response `200`

OK

- ItemSummaryApiModels — Paginated collection of item summaries
  - `Total` integer — The total number of records which can be retrieved. Note that this field is not available for all paginated endpoints.
  - `Records` ItemSummaryApiModel[] — The retrieved records.
    - `ArticleNumber` string — The article number. Uniquely identifies an item
    - `Name` string — Item name
    - `Price` number, double — Item price
    - `Brand` string — Item brand
    - `Stock` integer — Item stock
    - `GroupCode` string — Item group code, used in grouped navigation and search
    - `Image` string — Item image url
    - `Url` string — Item url
    - `LastModified` string, date-time — The last modified date of the item
    - `UpdatedBy` 'Feed' | 'Api' | 'App' — The source that updated the item
    - `Categories` integer[] — List of categories this item falls in
    - `Status` 'Active' | 'Inactive' — Item status (Active/Inactive)

---

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