Skip to main content

Unit of Measurement

Get a list of units of measurement related to products

HTTP Request

GET /api/v3/products/units

Response

[
{
"unit_id": 1,
"unit_name": "Piece"
},
{
"unit_id": 2,
"unit_name": "Item"
},
{
"unit_id": 3,
"unit_name": "Kg"
},
{
"unit_id": 4,
"unit_name": "Bottle"
},
]