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

## 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/versions/0e4626e69155/schema)
