---
title: "GET /v1/Scales/shelves"
method: GET
path: "/v1/Scales/shelves"
tags: ["Scales"]
---

# GET /v1/Scales/shelves

`GET /v1/Scales/shelves`

## Query parameters

- `Account` unknown

## Response `200`

Success

- ShelfLayoutResponse[]
  - `id` integer
  - `code` string, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `minShelfHeight` integer
  - `bins` ShelfLayoutBinResponse[], nullable
    - `id` integer
    - `index` integer
    - `binType` BinTypeResponse
      - `code` string, nullable
      - `name` string, nullable
      - `description` string, nullable
      - `length` integer
      - `width` integer
      - `height` integer

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