List inventory/stock rows
Developing
Period stock movements and closing balances per product.
Request Code Samples
curl --location 'https://mock.apidog.com/m1/1052146-0-default/inventory?cursor=undefined&limit=undefined&status=undefined&search=&priceMin=undefined&priceMax=undefined&stockMin=undefined&stockMax=undefined&sortDir=ASC'
Responses
Cursor page of inventory rows
{
"rows": [
{
"id": "string",
"product": "string",
"measurement": "string",
"category": "string",
"opening": 0,
"added": 0,
"transferIn": 0,
"transferOut": 0,
"adjusted": 0,
"sold": 0,
"closing": 0,
"price": 0,
"amount": 0,
"markupPct": 0,
"marginPct": 0,
"status": "string"
}
],
"nextCursor": "string",
"hasNext": true
}
Modified at 2025-11-27 13:46:21