POST request with the following payload:
id: Unique identifier for the webhook event.event: The type of event that occurred.timestamp: The time the event occurred.data: The data associated with the event.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
POST request with the following payload:
{
"id": "unique_event_id",
"event": "event.type",
"timestamp": "2025-01-01T00:00:00.000Z",
"data": {
"id": "unique_id"
}
}
id: Unique identifier for the webhook event.event: The type of event that occurred.timestamp: The time the event occurred.data: The data associated with the event.| Event Name | Description |
|---|---|
customer.created | This event is triggered when a customer is created. |
customer.updated | This event is triggered when a customer is updated. Creating, updating, or deleting a customer contact or address also triggers this event (there are no separate contact or address events). |
customer.deleted | This event is triggered when a customer is deleted. |
customer.payment_method.created | This event is triggered when a customer payment method is created. |
customer.payment_method.updated | This event is triggered when a customer payment method is updated. |
customer.payment_method.deleted | This event is triggered when a customer payment method is deleted. |
order.created | This event is triggered when an order is created. |
order.updated | This event is triggered when an order is updated. |
Was this page helpful?