Accessory: Below Minimum Quantity

accessory.below_minimum_quantity

Example Webhook Event

{
  "event": "accessory.below_minimum_quantity",
  "type": "accessory",
  "trigger": "below_minimum_quantity",
  "response": {
    "id": 868540955,
    "name": "DVI Cable",
    "model_number": null,
    "order_number": "GZ333A",
    "purchase_date": "2024-11-28",
    "purchase_cost": 475,
    "currency": "USD",
    "minimum_quantity": 2,
    "quantity": 3,
    "available": 1,
    "category_id": 536556073,
    "manufacturer_id": null,
    "supplier_id": 283824232,
    "location_id": 814729960,
    "department_id": 654672700,
    "qr_code": false,
    "logo": "...jpeg",
    "notes": null,
    "custom_fields": null,
    "checked_out_to_employees": [
      769486530,
      769486530
    ],
    "checked_out_to_locations": [],
    "created_at": "2024-12-12T03:19:20.935-05:00",
    "updated_at": "2024-12-12T03:19:20.935-05:00"
  }
}