query_shipments
List and filter Acumatica shipments for analytics, tracking open or completed shipments, or finding by customer or warehouse.
Instructions
List and filter Acumatica shipments. Use this for shipment analytics, tracking open or completed shipments, or finding shipments by customer or warehouse.
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 'Open'", "CustomerID eq 'CUST001'", "ShipmentDate gt '2025-01-01'" | |
| orderby | No | OData $orderby. Example: "ShipmentDate desc" |