---
title: "Get all items barcodes that has weight defined for scale locker. Filter is applied on Barcode, ItemCode and ItemName."
method: GET
path: "/v1/Barcodes/item/scaleLocker"
tags: ["Barcodes"]
---

# Get all items barcodes that has weight defined for scale locker. Filter is applied on Barcode, ItemCode and ItemName.

`GET /v1/Barcodes/item/scaleLocker`

## Query parameters

- `Filter` string
- `Page` integer
- `PageSize` integer
- `SortColumn` string
- `SortOrder` string
- `Account` unknown

## Response `200`

Success

- ItemBarcodeSearchResponsePagedResult
  - `pageSize` integer
  - `page` integer
  - `totalCount` integer
  - `filteredCount` integer
  - `data` ItemBarcodeSearchResponse[], nullable
    - `barcode` string, nullable
    - `itemCode` string, nullable
    - `itemName` string, nullable
    - `altItemCode` string, nullable
    - `altItemName` string, nullable
    - `unit` string, nullable
    - `quantity` number, double
    - `netWeight` number, double
    - `grossWeight` number, double

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