API reference
Search
K
Links

Events

The event object and the allowed CRUD operations on the related resource endpoint
Events are automatically created for a resource when a specific action happens (i.e. orders.place). When a webhook is listening to that action's topic and the subscribed event occurs, Commerce Layer sends a POST request to the webhook's callback URL, and the associated event callback is created.
Events can be included when fetching the resources that support them to inspect each recorded action.
How-to
Check the related guide for more info about real-time webhooks and the related events.
This is an immutable API, meaning that create, update, and delete operations are not allowed on this endpoint. You can only fetch a list of events or a specific single one.