---
title: "Get all inventory items"
method: GET
path: "/v3/merchants/{mId}/items"
tags: ["INVENTORY"]
---

# Get all inventory items

`GET /v3/merchants/{mId}/items`

Displays line items for each category in the inventory for an order.

## Path parameters

- `mId` string, required

## Query parameters

- `filter` string
- `expand` string
- `offset` integer
- `limit` integer

## Headers

- `User-Agent` string, required

## Response `200`

Successful response. Displays up to 1000 line items for each category in the inventory.

- object
  - `elements` object[]
    - `isAgeRestricted` boolean — If true, the item requires age verification at the point of sale. Returned only when the value is true.
    - `ageRestrictedType` 'ALCOHOL' | 'TOBACCO' | 'OTC_PRODUCTS' | 'VITAMIN_AND_SUPPLEMENTS' — The category of the age-restricted item. Returned only when isAgeRestricted is true.
    - `minimumAge` integer — The minimum legal age required to purchase the item. Returned only when isAgeRestricted is true.

---

[API](https://skmtc.net/clover/apis/platform-api.md) · [All operations](https://skmtc.net/clover/apis/platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clover/platform-api/versions/08da265101a3/schema)
