GET
/
openapi
/
v1
/
Products
/
inventoryExpirationDates
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
}

Authorizations

Authorization
string
header
required

Headers

X-Tenant-Id
string

If you want to emulate, please enter TenantId.

Query Parameters

dqb
string

DynamicQuery

Response

200
text/plain

Success

The response is of type object.