eceb9442ed4d
latestOpenAPI 3.1.02026-08-1221219711.0 KBRoutes
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
Response
Create Custom Unit