get_delivery_types

Updated May 19, 20261 min read

List delivery types configured for a tenant.

Delivery types are the tenant-specific labels that distinguish shipment categories — e.g. standard, express, same_day, scheduled. They feed into automation rules, carrier selection, and service-level mapping.

Parameters

NameTypeRequiredDescription
tenantIdstringYesThe tenant to look up.

Returns

An array of configured delivery types for the tenant.

Example agent prompt

"What delivery types do we offer?"

get_delivery_types(tenantId="…")

"Are there any same-day options?"

The agent narrates the relevant entries from the response.

  • create_shipment and confirm_shipment accept delivery_type — resolve names against this list before passing.
  • Many report tools accept delivery_type as a filter or group_by="delivery_type".

Notes

  • Delivery types are tenant-configured. What's available varies per customer — never assume a fixed list.