---
title: "Get location wms addresses"
method: GET
path: "/v1/WMSLocations/{locationId}/addresses"
tags: ["WMSLocations"]
---

# Get location wms addresses

`GET /v1/WMSLocations/{locationId}/addresses`

## Path parameters

- `locationId` integer, required

## Query parameters

- `WMSAreaId` string
- `Rack` integer
- `Shelf` integer
- `Bin` integer
- `WithoutGravity` boolean
- `Filter` string
- `Page` integer
- `PageSize` integer
- `SortColumn` string
- `SortOrder` string
- `Account` unknown

## Response `200`

Success

- WMSLocationResponse[]
  - `id` integer
  - `wmsLocationId` string, nullable
  - `areaId` integer, nullable
  - `wmsAreaId` string, nullable
  - `wmsAreaType` integer, nullable
  - `rack` integer, nullable
  - `shelf` integer, nullable
  - `bin` integer, 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)
