inventory_warehouses_list
Retrieve a filtered, paginated list of warehouses with sorting and filtering by IDs, active status, dates, and external data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated warehouse IDs (maximum 50) | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| active | No | Filter by active status | True |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| modifiedBefore | No | ||
| externalDataKey | No | External data key | |
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No | ||
| externalDataValues | No | External data values | |
| externalDataApplicationGuid | No | External data application GUID |