inventory_vendors_list
Retrieve and filter vendor data from ServiceTitan's inventory system to manage supplier relationships and procurement workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Collection of vendor IDs to filter by | |
| externalDataApplicationGuid | No | External data application GUID for lookup | |
| externalDataKey | No | External data key used with externalDataValues | |
| externalDataValues | No | External data values used with externalDataKey | |
| active | No | Filter by active status | True |
| 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 |