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

NameTypeRequiredDescription
tenantIdstringYesThe 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="…")
  • create_shipment accepts order_type — resolve names against this list before passing.
  • Many report and shipment-list tools accept order_type as a filter or group_by="order_type".

Notes

  • Order types are tenant-configured. What's available varies per customer.