get_delivery_option

Updated September 9, 20261 min read

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

Parameters

NameTypeRequiredDescription
delivery_option_idstringYesDelivery option ID.
tenantIdstringYes

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"
)