API Reference
cURL
curl --request GET \ --url https://api.oplog.one/openapi/v1/Products/inventoryExpirationDates \ --header 'Authorization: <api-key>'
{ "data": [ { "sku": "<string>", "barcodes": [ "<string>" ], "imageUrl": "<string>", "name": "<string>", "expirationDate": "2023-11-07T05:31:56Z", "amount": 123, "inventoryItemType": "StockItem" } ], "count": 123 }
If you want to emulate, please enter TenantId.
DynamicQuery
Success
The response is of type object.
object