跳转到主要内容
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