WooCommerce · Example Payload

Woocommerce Rest Api Webhook Example

eCommerceOpen SourceOrdersProductsWordPress

Woocommerce Rest Api Webhook Example is an example object payload from WooCommerce, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamestatustopicresourceeventdelivery_urldate_createddate_modified

Example Payload

Raw ↑
{
  "id": 1,
  "name": "Example Name",
  "status": "active",
  "topic": "string-value",
  "resource": "string-value",
  "event": "string-value",
  "delivery_url": "https://example.com/path",
  "date_created": "2026-05-03T14:30:00Z",
  "date_modified": "2026-05-03T14:30:00Z"
}