Warehouse
Locations list.
get/rest/api/warehouse/location/
Query parameters
idinteger
namestring
codestring
offsetinteger
Position indicator (0-beginning, 1-skips one record, 256 - skips 256 records), max 2000 records
limitinteger
Limit of returned results
Response
Returns simple list of locations
Example response
{
"locations": [
{
"id": 341,
"name": "Column A",
"code": "A.001.B.002"
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.