Skip to main content
GET
/
api
/
ServiceType
/
getAllReturnServiceType
Get all return service types
curl --request GET \
  --url https://api.returnshelper.com/uat/user/api/ServiceType/getAllReturnServiceType \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data.availableReturnServiceTypeList": [
    {
      "serviceTypeCode": "<string>",
      "serviceType": "<string>",
      "fromCountryCode": "<string>",
      "toCountryCode": "<string>"
    }
  ]
}
Lists every return service type available to your account. Return Helper has two distinct service-type catalogues:
  • Return service types — carrier × service combinations used for inbound return shipments (customer → Return Helper warehouse) via Create return shipment. All /api/ServiceType/* endpoints expose this catalogue.
  • Shipment service types — used for outbound resend shipments (Return Helper warehouse → buyer) via Create resend order. Exposed under /api/ShipmentServiceType/*.
This endpoint returns the full return catalogue, unfiltered. For resend services use Get available shipment service types for warehouse instead — they are not interchangeable.

When to call

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

data.availableReturnServiceTypeList
object[]

List of available return service types