Event types
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.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Stock webhook payloads.
| Event type | Trigger |
|---|---|
stock.updated | Item availability changes for an outlet. |
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.
{
"item_id": 222,
"outlet_id": 45,
"is_available": false
}
Was this page helpful?