> ## Documentation Index
> Fetch the complete documentation index at: https://quickbutik.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Events

Available Events:

**order**

* event\_type: order.new

> New order (paid). Sent with parameter `order_id`.

* event\_type: order.done

> Order marked as done (sent). Sent with parameter `order_id`.

* event\_type: order.cancelled

> Order marked as cancelled. Sent with parameter `order_id`.

**product**

* event\_type: product.add

> Product added. Sent with parameter `product_id`.

* event\_type: product.update

> Product updated. Sent with parameter `product_id`.

* event\_type: product.delete

> Product deleted. Sent with parameter `product_id`.
