Skip to content

Get Stock Owners

Retrieve a list of all available stock owners in the warehouse management system.

HTTP Method GET

Path /stock-owner

Returns a set of strings representing stock owner identifiers.

200: Stock owners retrieved successfully

401: Authentication required

[
"STOCK-OWNER-001",
"STOCK-OWNER-002",
"STOCK-OWNER-003",
"RETAIL-DIVISION-A",
"WHOLESALE-DIVISION-B"
]
Terminal window
curl -X GET \
https://api.wms.example.com/stock-owner \
-H "Authorization: Bearer YOUR_API_KEY"