WooCommerce · Example Payload

Woocommerce Webhook Example

eCommerceOpen SourceOrdersProductsWordPress

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

Top-level fields

idnamestatustopicresourceeventhooksdelivery_urlsecretdate_createddate_created_gmtdate_modifieddate_modified_gmt

Example Payload

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