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
| Name | Type | Required | Description |
|---|---|---|---|
tenantId | string | Yes | The 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.
Related tools
create_shipmentandconfirm_shipmentacceptdelivery_type— resolve names against this list before passing.- Many report tools accept
delivery_typeas a filter orgroup_by="delivery_type".
Notes
- Delivery types are tenant-configured. What's available varies per customer — never assume a fixed list.