v1

latestOpenAPI 3.1.02026-08-0420819698.7 KB
Routes
Units of Measure

Create Unit

The POST /v2/uom endpoint is used to create a new custom unit. The request should include a JSON payload with the name and abbreviation fields.

Request Body

  • name (string): The full name of the unit.

  • abbreviation (string): A compact name of the unit.

Response

The full unit object of your newly created unit.

post/v2/uom

Request body

namestring
abbreviationstring

Response

Create Custom Unit

unitCodestring
namestring
abbreviationstring
defaultAbbreviationstring
categorystring
isCustomboolean