object Webhook
Fields
| Field | Type | Description |
|---|---|---|
id | String | |
legacy_id | Int | |
account_id | String | |
shop_name | String | |
name | String | |
url | String | |
source | String | |
enabled | Boolean | |
health | CustomersWebhookHealth | |
created_at | ISODateTime | |
updated_at | ISODateTime | |
last_enabled_change | ISODateTime | |
shared_signature_secret | String | This will only be returned once when the webhook is created. |
Referenced By
- CreateWebhookOutput Type
- DisableWebhookOutput Type
- EnableWebhookOutput Type
- UpdateUrlWebhookOutput Type
- WebhookEdge Type
Example
{
"id": "abc123",
"legacy_id": 987,
"account_id": "abc123",
"shop_name": "abc123",
"name": "abc123",
"url": "abc123",
"source": "abc123",
"enabled": true,
"health": "HEALTHY",
"created_at": "abc123",
"updated_at": "abc123",
"last_enabled_change": "abc123",
"shared_signature_secret": "abc123"
}