국제 운임 견적 API

POST /v1/fulfillment/shipments/freight/estimate — 가벼운 계산기이며 금액은 참고용입니다.

입고 후 정확한 가격은 shipment preview와 비교하세요.

Estimate와 preview 비교

freight/estimatepreview
시점입고 소포 전 / 소포 없이소포가 창고에 입고된 뒤
입력국가/우편번호 + 무게/크기parcel_nos[] + 전체 수취인 + 채널
출력quotes[] 참고 가격단일 freight / services / total

요청 본문

{
  "destination": {
    "country_code": "US",
    "region": "California",
    "postal_code": "90001"
  },
  "weight_kg": 2.05,
  "length_cm": 30,
  "width_cm": 20,
  "height_cm": 10,
  "attributes": [
    "general"
  ]
}
  • weight_kg 및/또는 length_cm + width_cm + height_cm(최소 하나)
  • 선택적 attributes[](예: general, battery)
  • parcel_nos 없음, 전체 도로명 주소 없음

응답

shipping_channel_code, shipping_channel_name, freight, total(fen)을 포함한 quotes[]입니다. 필드 참조: response models.

상품 속성 {#item-attributes}

GET /v1/fulfillment/shipments/item-attributes — 견적에 사용할 수 있는 attributes[] 코드입니다(예: general, battery).