1. Code
배송유형(종합)
사용 가능한 배송유형(종합) 정보 조회
get/v1/code/deliveryServiceSetting
Response
성공
Example response
{
"success": true,
"message": "오류가 있을 경우 오류 메시지",
"data": [
{
"serviceCode": "HANJIN_C",
"deliveryType": "D_SHIPPING",
"deliveryTypeName": "일반택배",
"transporter": "HANJIN",
"transporterName": "한진택배",
"boxList": [
{
"boxType": "MEDIUM",
"boxTypeName": "중형",
"volume": 120,
"weight": 5
}
]
}
],
"responseDateTime": "2022-05-27T14:45:13.051+09:00"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.