Skip to content

Get Stock Locations

GET /stock/{sku}/locations query bearer

Returns all warehouse locations holding a given SKU, including quantity on hand and reserved quantity per location.


Overview

ID get-stock-locations-api
Method GET
Path /stock/{sku}/locations
Classification query
Domain inventory
Capability store-inventory
Service retrieve-location-stock
Application wms — WMS
Auth bearer

Response

Business Object inventory-item
Description Item-level inventory reference used by basket, order, shipment, reservation, and allocation records.

Scenarios using store-inventory

Scenario Description
Ship From Store An online order is fulfilled by shipping the goods directly from a physical store rather than a cent
Store Day Open A physical store executes its opening routine before serving customers for the day. The scenario cov
API Method Path Type
Get Inventory GET /inventory/items/{sku} query
Reserve Inventory POST /inventory/reservations command
Confirm Reservation POST /inventory/reservations/{id}/confirm action
Release Reservation DELETE /inventory/reservations/{id} action
Check Availability GET /inventory/{sku}/availability query
Allocate Inventory POST /inventory/allocate command