Skip to main content
GET
/
api
/
DimensionUom
/
getAllDimensionUoms
Get all dimension units of measurement
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/DimensionUom/getAllDimensionUoms \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "dimensionUoms": [
    {
      "dimensionUom": "<string>",
      "dimensionUomDescription": "<string>"
    }
  ]
}
Lists supported dimension units of measurement. Use this to validate the dimensionUom field used in shipment, FBA shipment, and box-creation requests.

Authorizations

x-rr-apikey
string
header
required

Your API key

x-rr-apitoken
string
header
required

Your API token — keep this private

Response

Success

dimensionUoms
object[]

List of dimension units of measurement