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 :
- # Refund Request
- RefundRequest :
- # Webhook event responses
- WebhookEventResponse!] : [
- # Sent At
- ISO8601DateTime! :
- # Shipment
- Shipment :
- # Whether this event was skipped (only relevant if webhook has "allowSkip" set
- # true)
- Boolean :
- }