WooCommerce Webhook Events
WooCommerce delivers real-time event notifications via HTTP POST webhooks for orders, products, customers, coupons, and subscriptions lifecycle changes. Webhooks are configured in the WooCommerce admin or via the REST API and deliver JSON payloads signed with HMAC-SHA256.
WooCommerce Webhook Events is one of 21 APIs that WooCommerce publishes on the APIs.io network, described by an AsyncAPI event-driven specification.
This API exposes 1 JSON Schema definition.
Tagged areas include Events and Webhooks. The published artifact set on APIs.io includes API documentation, an AsyncAPI specification, and 1 JSON Schema.
This event API exposes 1 operation across 1 channel, and defines 22 schemas. It is described by AsyncAPI 2.6.0, at version v3.
The API connects through a single server, https://{store-domain} (https).
Metadata
The identity and technical contract details declared by the specification.
Channels & Operations 1
Across 1 channel, the API surfaces 1 operation. Each is listed below with its action, channel, parameters, and response codes.
Messages & Schemas 22
The contract defines 22 schemas that model the data carried by its messages. The most detailed are OrderPayload (21 properties), ProductPayload (18 properties), CouponPayload (16 properties), CustomerPayload (14 properties). Each schema is shown below with its type and property counts.
Specification
The full machine-readable AsyncAPI contract behind this narrative.
Source
More from WooCommerce 12
Other APIs WooCommerce publishes across the network.