We announce the release of a new API version aimed at providing convenience for our partners using the service.
curl --location --request GET 'https://s.boxme.asia/api/v2.1/sellers/products/uom' \
--header 'Authorization: Token {{API_TOKEN}}' \
--header 'Content-Type: application/json'
{
"data": [
{
"uom": "PC",
"name": "PC"
},
{
"uom": "PAC",
"name": "PAC"
},
{
"uom": "SET",
"name": "SET"
},
{
"uom": "PAIR",
"name": "PAIR"
},
{
"uom": "BOX",
"name": "BOX"
}
],
"error": false,
"error_code": "",
"messages": "",
"request_id": "6618fa3f97b604a170328256"
}