inventory_vendors_list
List inventory vendors page by page with filters for IDs, active status, created or modified timestamps, and external-data mapping to locate vendors matching your criteria.
Instructions
List one requested page of inventory vendors using IDs, active state, created or modified timestamps, and external-data mapping filters. Use inventory_vendors_get for one known vendor; use inventory_purchase_orders_list for purchase-order records.
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 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||