Skip to main content
GET
/
api
/
Handling
/
getAllHandlings
Get all handling types
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/Handling/getAllHandlings \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "handlings": [
    {
      "handlingCode": "<string>",
      "handlingDescription": "<string>"
    }
  ]
}
Lists every return-inventory handling type Return Helper supports (e.g. dispose, resend). Use this to validate the handlingCode field on inventory-handling requests, or to populate handling-type dropdowns.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

handlings
object[]

List of handling types