get_delivery_option_detail
Retrieve detailed configuration for a delivery option, including rate tiers, region restrictions, weight limits, and COD support. Check exact conditions to confirm shipping eligibility.
Instructions
取得指定配送方式的詳細資訊。
【用途】 查詢單一配送方式的完整設定,包含費率規則、地區限制、 重量限制等。適合確認特定配送方式的詳細條件。
【呼叫的 Shopline API】
GET /v1/delivery_options/{delivery_option_id}
【回傳結構】 dict 含 id, name, description, delivery_type, status, fee_type, rates(運費級距), region_type, supported_countries, support_cod 等, 欄位與 list_delivery_options 一致。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delivery_option_id | Yes | 物流方式 ID(由 list_delivery_options 回傳的 id 欄位取得) |