---
title: "Gets the inventory."
method: GET
path: "/Litium/api/connect/erp/inventories/{inventoryId}"
tags: ["Inventories"]
---

# Gets the inventory.

`GET /Litium/api/connect/erp/inventories/{inventoryId}`

## Path parameters

- `inventoryId` string, nullable, required

## Query parameters

- `api-version` string, nullable

## Headers

- `api-version` string, nullable

## Response `200`

OK

- LitiumConnectErpInventory, nullable — Represents the storage of products.
  - `id` string, nullable — Gets or sets the inventory identifier.
  - `items` LitiumConnectErpInventoryItem[], nullable — Gets or set the collection of inventory item.
    - `articleNumber` string, nullable — Gets or sets the acticle number.
    - `quantity` number, double, nullable — Gets or set the quantity.

## Other responses

- `400` — BadRequest
- `401` — Unauthorized
- `403` — Forbidden
- `404` — NotFound

---

[API](https://skmtc.net/litium/apis/litium-admin-web-api.md) · [All operations](https://skmtc.net/litium/apis/litium-admin-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/litium/litium-admin-web-api/versions/a65881b0d0c6/schema)
