Get Stock Owners
Retrieve a list of all available stock owners in the warehouse management system.
HTTP Method GET
Path /stock-owner
Response
Section titled “Response”Returns a set of strings representing stock owner identifiers.
Response Codes
Section titled “Response Codes”200: Stock owners retrieved successfully
401: Authentication required
Success Response (200)
Section titled “Success Response (200)”[ "STOCK-OWNER-001", "STOCK-OWNER-002", "STOCK-OWNER-003", "RETAIL-DIVISION-A", "WHOLESALE-DIVISION-B"]Example Usage
Section titled “Example Usage”curl -X GET \ https://api.wms.example.com/stock-owner \ -H "Authorization: Bearer YOUR_API_KEY"