Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.62 KB

File metadata and controls

36 lines (24 loc) · 1.62 KB

WooCommerceWebhook

Properties

Name Type Description Notes
id Integer Unique identifier for the resource. [optional]
name String A friendly name for the webhook. [optional]
status StatusEnum Webhook status. [optional]
topic String Webhook topic. [optional]
resource String Webhook resource. [optional]
event String Webhook event. [optional]
hooks List<String> WooCommerce action names associated with the webhook. [optional]
deliveryUrl URI The URL where the webhook payload is delivered. [optional]
secret String Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID username if not provided.
dateCreated OffsetDateTime The date the webhook was created, in the site's timezone. [optional]
dateCreatedGmt OffsetDateTime The date the webhook was created, as GMT. [optional]
dateModified OffsetDateTime The date the webhook was last modified, in the site's timezone. [optional]
dateModifiedGmt OffsetDateTime The date the webhook was last modified, as GMT. [optional]

Enum: StatusEnum

Name Value
ACTIVE "active"
PAUSED "paused"
DISABLED "disabled"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"