Inventory Webhooks

Triggering Events

Here are the various triggering events for the Inventory webhook:

  • Inventory Received
  • Inventory Adjusted
  • Inventory Reserved/Un-reserved

Sample Event Content

{
  "method": "POST",
  "path": "/",
  "query": {},
  "client_ip": "44.225.61.188",
  "url": "https://f2d23d511963968506e313471a70f0f9.m.pipedream.net/",
  "headers": {
    "host": "f2d23d511963968506e313471a70f0f9.m.pipedream.net",
    "content-length": "862",
    "authorization": "Bearer CHQUBXBIFOJG26KFRLL0J3HC",
    "content-type": "application/json",
    "traceparent": "00-4f5edecffaa14eac18397f39a0313ae8-2da3fa0d78e4b2f2-01",
    "elastic-apm-traceparent": "00-4f5edecffaa14eac18397f39a0313ae8-2da3fa0d78e4b2f2-01",
    "tracestate": "es=s:1",
    "user-agent": "Apache-HttpClient/4.5.14 (Java/17.0.18)",
    "accept-encoding": "gzip,deflate"
  },
  "bodyRaw": "{\"event_type\":\"INVENTORY\",\"dispensary_short_name\":\"partnersandbox3\",\"data\":{\"id\":\"123634587522\",\"packageLabel\":\"123634587522\",\"inventoryType\":\"ADULT\",\"stateTrackingRetailLicenseNumber\":\"C10-0000000-LIC\",\"distributorName\":\"TREEZ\",\"productId\":\"9f3fadfb-2f24-4a08-bd3b-a430e267b72f\",\"productName\":\"1:1 CINNAMON MINTS - 100 MILLIGRAMS\",\"productCategory\":\"EDIBLE\",\"productBrand\":\"PETRA\",\"invoiceId\":1,\"invoiceAcceptedDate\":\"2025-06-11\",\"distributorLicense\":null,\"manifestNumber\":null,\"documents\":[],\"barcodes\":[\"123634587522\",\"NYW\"],\"receivedDate\":\"2025-06-11\",\"expirationDate\":null,\"harvestDate\":null,\"labResults\":[],\"inventory\":[{\"id\":\"c89f8cb3-d070-4ad9-9b2d-5aa5a43fffbc\",\"batchId\":\"G1H7C\",\"location\":\"DISPLAY CASE 1\",\"sellable\":true,\"creationDate\":\"2025-06-11\",\"quantity\":{\"available\":795.0,\"reserved\":198.0,\"packedAndReady\":0.0,\"returned\":0.0,\"total\":993.0}}]}}",
  "body": {
    "event_type": "INVENTORY",
    "dispensary_short_name": "partnersandbox3",
    "data": {
      "id": "123634587522",
      "packageLabel": "123634587522",
      "inventoryType": "ADULT",
      "stateTrackingRetailLicenseNumber": "C10-0000000-LIC",
      "distributorName": "TREEZ",
      "productId": "9f3fadfb-2f24-4a08-bd3b-a430e267b72f",
      "productName": "1:1 CINNAMON MINTS - 100 MILLIGRAMS",
      "productCategory": "EDIBLE",
      "productBrand": "PETRA",
      "invoiceId": 1,
      "invoiceAcceptedDate": "2025-06-11",
      "distributorLicense": null,
      "manifestNumber": null,
      "documents": [],
      "barcodes": [
        "123634587522",
        "NYW"
      ],
      "receivedDate": "2025-06-11",
      "expirationDate": null,
      "harvestDate": null,
      "labResults": [],
      "inventory": [
        {
          "id": "c89f8cb3-d070-4ad9-9b2d-5aa5a43fffbc",
          "batchId": "G1H7C",
          "location": "DISPLAY CASE 1",
          "sellable": true,
          "creationDate": "2025-06-11",
          "quantity": {
            "available": 795,
            "reserved": 198,
            "packedAndReady": 0,
            "returned": 0,
            "total": 993
          }
        }
      ]
    }
  }
}

What’s Next

Check the Parameters Explained page for the Ticket API for the definition of each available field.