get_delivery_option

Updated August 7, 20261 min read

Get a single delivery option by ID via GET /delivery-options/{id}.

Parameters

NameTypeRequiredDescription
tenantIdstringYesThe tenant.
delivery_option_idstringYesDelivery option ID.

Returns

The full delivery option record — code, name, delivery method, status, merchant, carrier account, schedule, shipping fee, delivery estimation, conditions (order value, weight, payment type, customer, product categories), fulfillment locations, and customer collection settings.

Example agent prompt

"Show me the details of the express delivery option."

get_delivery_option(
  tenantId="…",
  delivery_option_id="a1b2c3"
)