2. Validation

요금정보 조회

배송서비스에 따른 요금정보 조회

get/v1/cost/{deliveryType}

Path parameters

deliveryType'D_SHIPPING' | 'D_TODAY_D' | 'D_TODAY_P' | 'D_TODAY_PD' | 'D_QUICK' required

배송종류

Query parameters

transporter'HANJIN' | 'LOTTE' | 'CJGLS' | 'EPOST'

택배사 (옵션). 미지정 시 기본 택배사 단가표 반환. 다중 계약 보유 시 transporter별 단가 조회용.

Response

성공

successboolean

성공여부

messagestring

메시지

responseDateTimestring date-time

응답 서버 시간

Example response

{
  "success": true,
  "message": "오류가 있을 경우 오류 메시지",
  "data": [
    {
      "boxType": "SMALL",
      "boxTypeName": "소형",
      "weight": 5000,
      "volume": 100,
      "cost": 5000,
      "accountGroupCost": true,
      "accountGroupName": "굿스플로"
    }
  ],
  "responseDateTime": "2022-05-27T14:45:13.051+09:00"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.