Types > WebhookEvent
Commerce APITypesWebhookEvent
WebhookEvent

Description

Topic: Webhooks

Fields

created_at: String!

Date and time when webhook event was created

Example: "2014-09-04T12:23:34Z"

Timestamp (RFC 3339)


event_type: String!

Event type

Example: "customer.create"


id: String!

Unique webhook event identifier. See also: Unique Identifiers

Example: "we_EQzGqWoY"


payload: String!

Payload JSON

Example: "{"shop_id":"sh_EQzGqWoY","customer_id":"cu_EQzGqWoY"}"


status: [WebhookEventStatus!]!


Used By

Queries

webhooksEvents

Types

WebhookEventPage, WebhookEventStatus

Preview (typescript)

Loading module