---
title: "Get item barcodes that are assigned to location"
method: GET
path: "/v1/Items/{itemId}/barcodes/location"
tags: ["Items"]
---

# Get item barcodes that are assigned to location

`GET /v1/Items/{itemId}/barcodes/location`

## Path parameters

- `itemId` integer, required

## Query parameters

- `Account` unknown

## Response `200`

Success

- ItemBarcodeUsageResult[]
  - `wmsLocationId` string, nullable
  - `locationId` integer
  - `locationName` string, nullable
  - `barcode` 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)
