query_customers
List and filter Acumatica customers by name, class, status, or credit terms for analytics and reporting.
Instructions
List and filter Acumatica customers. Use this to look up customers by name, class, status, or credit terms for analytics and reporting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max records to return (default 50, max 500) | |
| skip | No | Records to skip for pagination | |
| filter | No | OData $filter expression. Examples: "Status eq 'Active'", "CustomerClass eq 'DEFAULT'", "CustomerName eq 'Acme Corp'" | |
| orderby | No | OData $orderby. Example: "CustomerName asc" |