get_order_types
Updated May 19, 20261 min read
List order types configured for a tenant.
Order types are the tenant-specific labels that distinguish order
categories — e.g. b2c, b2b, marketplace, wholesale. They
typically drive routing rules and reporting breakdowns.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
tenantId | string | Yes | The tenant to look up. |
Returns
An array of configured order types for the tenant.
Example agent prompt
"What order types do we have?"
get_order_types(tenantId="…")
Related tools
create_shipmentacceptsorder_type— resolve names against this list before passing.- Many report and shipment-list tools accept
order_typeas a filter orgroup_by="order_type".
Notes
- Order types are tenant-configured. What's available varies per customer.