Skip to main content
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>'

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Query Parameters

fromCountryCode
string
required

ISO3 origin country code

fromPostalCode
string
required

Origin postal code

weight
number<decimal>
required

Parcel weight

dimension1
number<decimal>
required

Length (longest dimension)

dimension2
number<decimal>
required

Width (second longest dimension)

dimension3
number<decimal>
required

Height (shortest dimension)

limit
integer<int32>

Maximum number of results

Response

Success