| Field | Type | Description |
|---|---|---|
| id | string | Primary key ID |
| topic | string | Event name, e.g. orders/cancelled |
| address | string | Webhook notification URL, e.g. https://example.com/webhook |
| format | string | the formatter of response data,e.g. json |
| created_at | datetime | Creation Time |
| updated_at | datetime | Update Time |
Webhook Headers
| Headers | Desc | Example |
|---|---|---|
| X-Shoplazza-Topic | Webhook Event | orders/create |
| X-Shoplazza-Hmac-Sha256 | Generated using the app's Client Secret along with the data sent in the request | |
| X-Shoplazza-Shop-Domain | Shop's domain | example.shoplazza.com |
| X-Shoplazza-Api-Version | Webhook Version | 2020-01 |
| X-Shoplazza-Deduplication-ID | Unique ID for webhook event |
