list_inventory_items
List Acumatica inventory items with OData filtering. Find items by class or status, explore stock, or retrieve item lists for analysis.
Instructions
List Acumatica stock/inventory items. Supports OData filtering. Use this to explore inventory, find items by class or status, or get item lists.
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: "ItemStatus eq 'Active'", "ItemClass eq 'FINISHED'" |