list_customers
Search and list customers from inFlow Inventory with optional filters for name, email, phone, active status, location, and more. Sort, paginate, and include related data for targeted customer lookups.
Instructions
Search and list customers with optional filtering
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by customer name (partial match) | |
| skip | No | Number of records to skip | |
| sort | No | Property to sort by (e.g., name, modifiedDate) | |
| count | No | Number of records to return (max 100) | |
| No | Filter by email | ||
| phone | No | Filter by phone | |
| smart | No | Smart search across customer fields (name, email, phone) | |
| include | No | Related data to include (e.g., contacts, pricingScheme, paymentTerms) | |
| isActive | No | Filter by active status | |
| sortDesc | No | Sort in descending order | |
| locationId | No | Filter by location ID | |
| includeCount | No | Include total record count in response | |
| pricingSchemeId | No | Filter by pricing scheme ID |