配送方法の詳細
GET /shippings/{SHIPPING_ID}
指定された配送方法の詳細を取得するには、/api/shippings/{SHIPPING_ID}エンドポイントにGETリクエストを送信します。
PATH パラメータ
Name
Type
説明
PAYMENT_ID
integer
支払い方法のID
リクエスト:ヘッダー
Name
Value
Content-Type
application/json
Authorization
Basic <認証情報>
レスポンス
{
"shipping_id": "1",
"company_id": "1",
"destination": "I",
"min_weight": "0.000",
"max_weight": "0.000",
"usergroup_ids": "0",
"rate_calculation": "M",
"service_id": "0",
"service_params": "",
"localization": "",
"tax_ids": [],
"position": "0",
"status": "A",
"free_shipping": "N",
"is_address_required": "Y",
"shipping": "カスタム配送",
"description": "",
"delivery_time": "3-5日",
"allow_multiple_locations": true,
"icon": [],
"rates": {
"1": {
"destination_id": "1",
"status": "A",
"localization": "",
"destination": "標準 (全ての国に適用)",
"rate_id": "45",
"rate_value": {
"C": {
"0": {
"value": "0.00",
"type": "F"
},
"100": {
"value": "25.45",
"type": "F"
}
},
"W": [
[]
],
"I": [
[]
]
},
"rates_defined": "1"
}
}
}{}最終更新