Skip to main content
GET
/
api
/
BoxType
/
getAllBoxTypes
Get all box types
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/BoxType/getAllBoxTypes \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "boxTypes": [
    {
      "boxType": "<string>",
      "boxTypeDescription": "<string>"
    }
  ]
}
Lists every box type Return Helper supports for shipments and warehouse handling. Use this once during integration setup to populate dropdowns or validate boxType values; the list is stable across tenants and rarely changes.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

boxTypes
object[]

List of available box types