---
title: "Get location item parameters"
method: GET
path: "/v1/WMSItemLocationParams"
tags: ["WMSItemLocationParams"]
---

# Get location item parameters

`GET /v1/WMSItemLocationParams`

## Query parameters

- `locationId` integer
- `itemId` integer
- `vendorAccountId` integer
- `Filter` string
- `Page` integer
- `PageSize` integer
- `SortColumn` string
- `SortOrder` string
- `Account` unknown

## Response `200`

Success

- ItemLocationParamsResponse[]
  - `id` integer
  - `itemId` integer
  - `itemCode` string, nullable
  - `itemName` string, nullable
  - `inventDimId` integer
  - `locationId` integer
  - `locationName` string, nullable
  - `wmsLocationId` string, nullable
  - `wmsAreaType` integer, nullable
  - `bufferLevel` number, double
  - `minOrderQty` number, double
  - `orderUnitId` string, nullable
  - `minSalesQty` number, double
  - `salesUnitId` string, nullable
  - `dlvIntervalDays` integer
  - `dlvDurationDays` integer
  - `vendorAccountId` integer, nullable
  - `vendorAccountName` string, nullable
  - `vendorAccountCode` string, nullable
  - `serviceLevel` 70 | 95 | 99 | 100
  - `barcodes` ItemLocationBarcodeResponse[], nullable
    - `barcode` string, nullable
    - `unitId` string, nullable
    - `weight` number, double
    - `weightType` 0 | 1
    - `isWeightAdjusted` boolean
  - `deL_Alternatives` string[], nullable
  - `imageUrl` string, nullable

## Other responses

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

## Changes

- **2026-08-27** `61263b2302a0` — 1 info
  - added the optional property `items/imageUrl` to the response with the `200` status

[Change history](https://skmtc.dev/invendor/apis/io-commonapi/changes/v1/WMSItemLocationParams/get.md)

---

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