> ## Documentation Index
> Fetch the complete documentation index at: https://api-doc.xmenu.it/llms.txt
> Use this file to discover all available pages before exploring further.

# Product changed

> Webhook triggered when a product is created, updated, or removed

<Badge color="green" icon="toggle-on">Requires "Menu" in [API settings](/docs/en/overview/api-settings#enable-notifications-for)</Badge>

<Note>
  A removed product can come back: reimporting the menu from the restaurant's management software reactivates it, and you receive this event again with `action: updated`.
</Note>


## OpenAPI

````yaml openapi-en.json webhook product.changed
openapi: 3.1.0
info:
  title: xMenu API
  description: xMenu Public API - REST endpoints and webhook notifications
  version: 1.0.0
servers:
  - url: https://app.xmenu.it/api
    description: xMenu API Production
security: []
paths: {}

````