Fields Description
| Field | Description |
|---|---|
testMode | If true, indicates the event contains only test data. See Testing for more info. |
id | Unique identifier of the event. If you receive multiple events with the same id, treat them as duplicates. |
webhookId | Indicates which webhook configuration was used. |
shopId | Your shop ID, useful if you manage multiple shops under the same webhook endpoint. |
type | Indicates which data type you should expect within the event. |
apiVersion | Version of the data type that was chosen. |
createdAt | Date at which the event was created. |
data | Contains all the actual data specific to the type of the event. |