inventory_transfers_list
Retrieve and filter inventory transfer records in ServiceTitan by ID, status, location, date, or custom fields to track stock movements between warehouses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated transfer IDs (maximum 50) | |
| statuses | No | Comma-separated transfer statuses | |
| number | No | Transfer number filter | |
| referenceNumber | No | Reference number filter | |
| batchId | No | Batch ID filter | |
| transferTypeIds | No | Comma-separated transfer type IDs | |
| fromLocationIds | No | Comma-separated from-location IDs | |
| toLocationIds | No | Comma-separated to-location IDs | |
| syncStatuses | No | Comma-separated sync statuses | |
| customFieldsFields | No | Custom field name/value filters | |
| customFieldsOperator | No | Operator for custom field filters | |
| dateOnOrAfter | No | Transfer date on or after this UTC timestamp | |
| dateBefore | No | Transfer date before this UTC timestamp | |
| externalDataApplicationGuid | No | External data application GUID | |
| externalDataKey | No | External data key | |
| externalDataValues | No | External data values | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No |