Orders
This page covers tools in the Orders domain (both Corrogo and Legacy order types).
Order Tools
| Tool | Description | Use Case | Access |
|---|---|---|---|
list_orders |
List orders with filters | "Show me all open purchase orders from this week" | Read |
get_order |
Get a single order by ID | Retrieve the full details of an order before creating a shipment from it | Read |
create_order |
Create a new order | Programmatically create an order from an ERP event or external trigger | Write |
update_order |
Update order fields | Correct line item quantities, reference numbers, or delivery windows on an existing order | Write |
Both Corrogo (modern) and Legacy order types are supported. The agent will use the appropriate tool variant based on the order type.