inventory_transfers_list
List inventory transfers using filters like IDs, statuses, dates, locations, and custom fields. Retrieve paginated results sorted by specified fields.
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 |