Retrieve list of locations in warehouse.
"Location in warehouse" is a product classifier. A product can have one "location in warehouse".
See also saveLocationInWarehouse and deleteLocationInWarehouse.
| Parameter name | Description | Possible value | Required |
|---|---|---|---|
| locationInWarehouseIDs | Retrieve multiple locations, IDs separated by commas. Eg. "1,2,3,4,5". | string | |
| name | Look up a location by its exact name. | string | |
| recordsOnPage | Number of records API should return. By default 20, at most 100. | integer | |
| pageNo | API returns at most recordsOnPage items at a time. To retrieve the next recordsOnPage items, send a new request with pageNo incremented by one. By default, API returns "page 1". | integer |
| Field name | Type | Description |
|---|---|---|
| locationInWarehouseID | integer | |
| locationInWarehouseName | string |