inventory_transfers_list
Search and list inventory transfers between locations using filters like status, transfer type, source and destination locations, dates, and sync status.
Instructions
List one requested page of inventory transfers using IDs, number, status, transfer type, source and destination locations, dates, sync status, and external-data filters. Use this for stock moved between locations; use inventory_returns_list for stock returned to a vendor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated transfer IDs (maximum 50) | |
| page | No | Page number (starts at 1) | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| number | No | Transfer number filter | |
| batchId | No | Batch ID filter | |
| pageSize | No | Records per page (default 50) | |
| statuses | No | Comma-separated transfer statuses | |
| dateBefore | No | Transfer date before this UTC timestamp | |
| includeTotal | No | Include total count in response | |
| syncStatuses | No | Comma-separated sync statuses | |
| createdBefore | No | ||
| dateOnOrAfter | No | Transfer date on or after this UTC timestamp | |
| toLocationIds | No | Comma-separated to-location IDs | |
| modifiedBefore | No | ||
| externalDataKey | No | External data key | |
| fromLocationIds | No | Comma-separated from-location IDs | |
| referenceNumber | No | Reference number filter | |
| transferTypeIds | No | Comma-separated transfer type IDs | |
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No | ||
| customFieldsFields | No | Custom field name/value filters | |
| externalDataValues | No | External data values | |
| customFieldsOperator | No | Operator for custom field filters | |
| externalDataApplicationGuid | No | External data application GUID |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||