get_order_types

Updated September 10, 20261 min read

List order types 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
tenantIdstringYes

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.