API Reference
cURL
curl --request GET \ --url https://api.oplog.one/openapi/v1/Stocks \ --header 'Authorization: <api-key>'
{ "items": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "updatedAt": "2023-11-07T05:31:56Z", "sku": "<string>", "name": "<string>", "barcodes": [ "<string>" ], "totalStockAmount": 123, "availableStock": 123, "reservedStock": 123, "receivedItemAmount": 123, "damagedItemAmount": 123, "expiredAmount": 123, "lostItemAmount": 123 } ], "count": 123, "offset": 123, "dataSetCount": 123 }
If you want to emulate, please enter TenantId.
DynamicQuery
Success
The response is of type object.
object