メインコンテンツへスキップ
GET
/
api
/
Shipment
/
getShippingFeeListByFromShippingOption
Get shipping fees from origin location
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/Shipment/getShippingFeeListByFromShippingOption \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
このページはAIによって自動翻訳されています。API技術仕様は英語が正式です。不明点がある場合は英語版を参照してください。

承認

x-rr-apikey
string
header
必須

Your API key

x-rr-apitoken
string
header
必須

Your API token — keep this private

クエリパラメータ

fromCountryCode
string
必須

ISO3 origin country code

fromPostalCode
string
必須

Origin postal code

weight
number<decimal>
必須

Parcel weight

dimension1
number<decimal>
必須

Length (longest dimension)

dimension2
number<decimal>
必須

Width (second longest dimension)

dimension3
number<decimal>
必須

Height (shortest dimension)

limit
integer<int32>

Maximum number of results

レスポンス

Success