latestOpenAPI 3.0.02026-08-10330179317.3 KB

0534e4d70b77

Stocks

Add stock

post/api/v1/stocks

Request body

tokenstring required

Example request

{
  "token": "YOUR TOKEN IS HERE",
  "item": {
    "concentration_prefix": "E^",
    "concentration_unit_id": 9,
    "volume_prefix": "E^",
    "volume_unit_id": 7,
    "weight_prefix": "E^",
    "weight_unit_id": 3
  }
}

Response

stock created