Get resend shipping fees by destination
Resend
Get resend shipping fees by destination
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— thefrom/topostal-code zone pair used to derive the rate.currencyCodeandfee— the estimated charge.chargeableWeight— the weight the carrier bills on, which may exceed the parcel’s actual weight due to dimensional-weight rounding.
Related
- Create resend order — uses the chosen
serviceTypeCode. - Get resend order details — inspect a resend order after creation.
- Get shipping fees from origin location — the return (inbound) fee-preview counterpart.
Authorizations
Your API key
Your API token — keep this private
Query Parameters
Comma-separated list of return inventory IDs to price the resend for. All IDs must belong to the same warehouse.
ISO3 destination country code
Destination postal code
Maximum number of service-type fee options to return
Required range:
x >= 0Response
Success
List of available resend service types with their shipping fee