---
title: "Get item quantities for defined criteria"
method: GET
path: "/v1/ItemQuantities"
tags: ["ItemQuantities"]
---

# Get item quantities for defined criteria

`GET /v1/ItemQuantities`

## Query parameters

- `locationId` integer
- `itemId` integer
- `wmsLocationId` string
- `itemBatch` string
- `Filter` string
- `Page` integer
- `PageSize` integer
- `SortColumn` string
- `SortOrder` string
- `showZero` boolean
- `showOnlyIlpOnHand` boolean
- `Account` unknown

## Response `200`

Success

- ItemQuantityGroupedResponsePagedResult
  - `pageSize` integer
  - `page` integer
  - `totalCount` integer
  - `filteredCount` integer
  - `data` ItemQuantityGroupedResponse[], nullable
    - `itemId` integer
    - `name` string, nullable
    - `code` string, nullable
    - `displayName` string, nullable
    - `displayCode` string, nullable
    - `onOrder` number, double
    - `ordered` number, double
    - `qty` number, double
    - `inventDim` InventDimResponse
      - `id` integer
      - `locationId` integer, nullable
      - `locationName` string, nullable
      - `wmsLocationId` string, nullable
      - `batchId` string, nullable

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden

---

[API](https://skmtc.net/invendor/apis/io-commonapi.md) · [All operations](https://skmtc.net/invendor/apis/io-commonapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/invendor/io-commonapi/revisions/0e4626e69155/schema)
