Authorization: ********************access_token: ********************curl --location --request GET 'https://mock.apidog.com/m1/1052146-0-default/inventory/item-avg-cost-price?outlet=a1bf5b6aa08c4bcaab26117ab0ece725&itemId=prd112462757601471&measurementId=192179e4-357b-4218-ab9e-b9ab12f18ead' \
--header 'Authorization: Bearer <token>'{
"success": true,
"code": "LOGIN_OK",
"message": "Authenticated",
"data": {
"rows": [
{
"id": "string",
"product": "Fanta",
"measurement": "unit",
"category": "Beverages",
"opening": 0,
"added": 300,
"transferIn": 0,
"transferOut": 0,
"adjusted": 0,
"sold": 0,
"closing": 300,
"price": 400,
"amount": 120000,
"markupPct": 25,
"marginPct": 20,
"status": "ok"
}
],
"nextCursor": "string",
"hasNext": true
},
"meta": {
"page": 1,
"perPage": 50,
"total": 1
}
}