inventory_vendors_list
List inventory vendors with filters for active status, dates, and IDs. Supports sorting, pagination, and inclusion of total count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Collection of vendor IDs to filter by | |
| 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 used with externalDataValues | |
| createdOnOrAfter | No | ||
| modifiedOnOrAfter | No | ||
| externalDataValues | No | External data values used with externalDataKey | |
| externalDataApplicationGuid | No | External data application GUID for lookup |