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

# Cart events

> Cart webhook payloads.

## Event types

| Event type      | Trigger                 |
| --------------- | ----------------------- |
| `cart.archived` | A POS cart is archived. |

## Payload

```json theme={null}
{
  "cart_id": 12345,
  "is_archived": true
}
```
