Skip to main content
GET
/
api
/
HandlingFeeCalculationType
/
getAllHandlingFeeCalculationTypeList
Get all handling fee calculation types
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/HandlingFeeCalculationType/getAllHandlingFeeCalculationTypeList \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "data": [
    {
      "handlingFeeCalculationType": "<string>",
      "handlingFeeCalculationTypeDescription": "<string>"
    }
  ]
}
Lists handling fees calculation type.

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
object[]

List of handling fee calculation types