> For the complete documentation index, see [llms.txt](https://developer.emporix.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.emporix.io/api-references/api-guides/webhooks.md).

# Webhooks

- [Webhook Service](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-service.md)
- [Webhooks Tutorial](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-service/webhooks-tutorial.md)
- [API Reference](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-service/api-reference.md)
- [Config](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-service/api-reference/config.md)
- [Events](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-service/api-reference/events.md)
- [Svix Emporix Shared Account](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-service/api-reference/svix-emporix-shared-account.md)
- [Models](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-service/api-reference/models.md)
- [Webhook - Events](https://developer.emporix.io/api-references/api-guides/webhooks/webhook-events.md): Browse the events emitted by Emporix services.
- [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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.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.
