# Webhook - Events

- [Events - Availability](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-availability.md): Webhook events related to the creation, update, and deletion of an availability.
- [Events - Cart](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-cart.md): Webhook events related to the creation, update, and deletion of a cart.
- [Events - Catalog](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-catalog.md): Webhook events related to the creation, update, and deletion of a catalog.
- [Events - Category Tree](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-category.md): Webhook events related to the creation, update, and deletion of a category tree and to the creation and deletion of a category assignment.
- [Events - Client Management](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-client-management.md): Webhook events related to the creation, update and deletion of legal entity and assigning user to legal entity.
- [Events - Customer](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-customer.md): Webhook events related to the creation, update and deletion of customer, sending a request to reset a customer's password and resending an account activation link to a customer.
- [Events - Customer Segment](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-customer-segment.md): Webhook events related to the creation, update, and deletion of customer segments.
- [Events - Index Item](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-index.md): Webhook events related to indexing data.
- [Events - Order](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-order.md): Webhook events related to the creation, update, cancellation, and status change of an order.
- [Events - Price](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-price.md): Webhook events related to the creation, update, and deletion of a price, price model, price list and a price list price.
- [Events - Product](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-product.md): Webhook events related to the creation, update, and deletion of a product.
- [Events - Quote](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-quote.md): Webhook events related to the creation, update, and deletion of a quote.
- [Events - Return](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-return.md): Webhook events the creation, update, and deletion of a return.
- [Events - Schema](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-schema.md): Webhook events related to the creation, update, and deletion of custom mixin schemas.
- [Events - Site](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-site.md): Webhook events the creation, update, and deletion of a site.
- [Events - Vendor](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events/events-vendor.md): Webhook events related to the creation, update, and deletion of a vendor.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
