Product: Below Minimum Quantity

product.below_minimum_quantity

Example Webhook Event

{
  "event": "product.below_minimum_quantity",
  "type": "product",
  "trigger": "below_minimum_quantity",
  "response": {
    "id": 524380504,
    "name": "iPhone 16 Pro Max",
    "model_number": "A3084",
    "end_of_life_date": null,
    "default_purchase_cost": null,
    "category_id": 310892691,
    "manufacturer_id": 171726783,
    "depreciation_id": 194730577,
    "logo": "...png",
    "notes": "",
    "archived": false,
    "custom_fields": [
      {
        "Connectivity": "5G"
      },
      {
        "Operating System": "iOS"
      },
      {
        "Storage Size": "512GB"
      }
    ],
    "number_of_assets": 3,
    "assets": [
      271166159,
      516136791,
      271423733
    ],
    "end_of_life_type": "Individual per Asset",
    "end_of_life_months": null,
    "minimum_quantity": 20,
    "number_of_deployable_assets": 1,
    "created_at": "2024-12-12T03:19:21.759-05:00",
    "updated_at": "2024-12-12T03:54:22.074-05:00"
  }
}