Skip to main content
GET
/
api
/
WeightUom
/
getAllWeightUom
Get all weight units of measurement
curl --request GET \
  --url https://api.returnshelper.com/uat/public/api/WeightUom/getAllWeightUom \
  --header 'x-rr-apikey: <api-key>' \
  --header 'x-rr-apitoken: <api-key>'
{
  "weightUoms": [
    {
      "weightUom": "<string>",
      "weightUomDescription": "<string>"
    }
  ]
}
Lists supported weight units of measurement. Use this to validate the weightUom 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

weightUoms
object[]

List of weight units of measurement