Skip to main content
GET
/
api
/
HandlingFeeType
/
getAllHandlingFeeTypes
Get all handling fee types
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/HandlingFeeType/getAllHandlingFeeTypes \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "handlingFeeTypes": [
    {
      "handlingFeeTypeCode": "<string>",
      "handlingFeeTypeDescription": "<string>"
    }
  ]
}
Lists fee types associated with handling charges.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

handlingFeeTypes
object[]

List of handling fee types