OBJECT
WebhookEvent
Returns the webhooks event linked to a webhook.
link GraphQL Schema definition
- type WebhookEvent implements Node {
- ISO8601DateTime! :
- # The name of the event executed
- String :
- ID! :
- # Invoice
- Invoice :
- # Payload supplied as JSON that can be used to access further information of the
- # event
- JSON :
- # Processed At
- ISO8601DateTime :
- # Refund Request
- RefundRequest :
- # Webhook event responses
- WebhookEventResponse!] : [
- # Retry After
- ISO8601DateTime :
- # Sent At
- ISO8601DateTime @deprecated( reason: "This field is deprecated, use "processedAt" and "status" instead. This field will be removed no later than 2024-04-01." ) :
- # Shipment
- Shipment :
- # Whether this event was skipped (only relevant if webhook has "allowSkip" set
- # true)
- Boolean :
- # Status
- String! :
- }