status property

WooWebhookStatus? status
final

Current status of the webhook

Controls whether the webhook is active and delivering payloads:

  • WooWebhookStatus.active: Webhook is active and delivering payloads
  • WooWebhookStatus.paused: Webhook is paused by admin (no delivery)
  • WooWebhookStatus.disabled: Webhook is disabled due to delivery failures

Implementation

final WooWebhookStatus? status;