---
title: "Get location breakdown for a specific inventory item (aggregated across all lots)"
method: GET
path: "/Inventory/{id}/locations"
tags: ["Inventory"]
---

# Get location breakdown for a specific inventory item (aggregated across all lots)

`GET /Inventory/{id}/locations`

## Path parameters

- `id` string, required

## Response `200`

OK

- InventoryLotLocationDto[]
  - `inventoryLotId` string
  - `inventoryLocationId` string
  - `locationName` string
  - `locationCode` string, nullable
  - `quantity` union
    - number, double
    - string, double

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1.md) · [All operations](https://skmtc.net/clinicos/apis/pawthosx-business-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/clinicos/pawthosx-business-api-v1/revisions/d8d7501dde48/schema)
