Skip to main content
GET
Get resend shipping fees by destination
Returns the resend outbound service types available for one or more return inventory items shipping to a given destination (country + postal code), each with an estimated fee. Use it to preview resend pricing before calling Create resend order.
This endpoint prices resend (outbound) shipments only. For return (inbound) fee previews, use Get shipping fees from origin location instead.

Required parameters

  • returnInventoryIdList — required. A comma-separated list of return inventory IDs (e.g. 10023,10024) to be resent together. All IDs must belong to the same warehouse, and each must exist; otherwise the request fails validation.
  • toCountryCode — required, lowercase ISO3 (e.g. usa, gbr). See Get all countries for valid values.
  • toPostalCode — required, non-empty.
  • limit — optional. Caps the number of service-type options returned; omit it to receive all options available for the destination.

Response notes

Each entry describes one available resend service type and its fee:
  • serviceTypeCode / serviceTypeName — the service identifier and its display name.
  • isEnableAutoCreateLabel — whether the label is generated automatically when the resend order is created with this service.
  • postalCodePair — the from / to postal-code zone pair used to derive the rate.
  • currencyCode and fee — the estimated charge.
  • chargeableWeight — the weight the carrier bills on, which may exceed the parcel’s actual weight due to dimensional-weight rounding.
An empty list means no resend service is available for that inventory set and destination. Fees are estimates; the definitive charge is applied when the resend order is created.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Query Parameters

returnInventoryIdList
string
required

Comma-separated list of return inventory IDs to price the resend for. All IDs must belong to the same warehouse.

toCountryCode
string
required

ISO3 destination country code

toPostalCode
string
required

Destination postal code

limit
integer<int32>

Maximum number of service-type fee options to return

Required range: x >= 0

Response

Success

data
object[]

List of available resend service types with their shipping fee