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

# Stock events

> Stock webhook payloads.

## Event types

| Event type      | Trigger                                  |
| --------------- | ---------------------------------------- |
| `stock.updated` | Item availability changes for an outlet. |

Atlas sends `stock.updated` when item availability changes for an outlet.

It can also be sent when an order sells out an item and Atlas marks the item unavailable.

## Payload

```json theme={null}
{
  "item_id": 222,
  "outlet_id": 45,
  "is_available": false
}
```
