Consumable: Below Minimum Quantity
consumable.below_minimum_quantity
Example Webhook Event
{
"event": "consumable.below_minimum_quantity",
"type": "consumable",
"trigger": "below_minimum_quantity",
"response": {
"id": 531083364,
"name": "Lexmark CX 317 Ink",
"model_number": "GJD8484JX",
"order_number": "74818JZ",
"purchase_date": "2024-10-12",
"purchase_cost": 1431,
"currency": "USD",
"minimum_quantity": 10,
"available": 6,
"category_id": 561841937,
"manufacturer_id": 525327996,
"supplier_id": 362461591,
"location_id": 69845802,
"department_id": null,
"logo": "...jpg",
"notes": "",
"custom_fields": [
{
"Color": "Cyan"
},
{
"For Model": "Lexmark"
}
],
"checked_out_to_employees": null,
"checked_out_to_locations": null,
"created_at": "2024-12-12T03:19:16.415-05:00",
"updated_at": "2024-12-12T03:47:48.452-05:00"
}
}
Updated 10 days ago