{
"rows": [
{
"id": "string",
"sku": "string",
"barcode": "string",
"name": "string",
"imageUrl": "string",
"category": "string",
"brand": "string",
"type": "string",
"measurement": "string",
"sellingPrice": 0,
"costPrice": 0,
"priceIncludesTax": true,
"taxRate": 0,
"discountPercent": 0,
"stockOnHand": 0,
"reservedQty": 0,
"availableQty": 0,
"reorderLevel": 0,
"status": "string",
"stockStatus": "string",
"salesCount": 0,
"lastSoldAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z",
"uom": "string"
}
],
"nextCursor": "string",
"hasNext": true
}