You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: source/includes/wp-api-v3/_webhooks.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Delivery is performed using `wp_remote_post()` (HTTP POST) and processed in the
35
35
*`X-WC-Webhook-Event` - e.g. `updated`.
36
36
*`X-WC-Webhook-Signature` - a base64 encoded HMAC-SHA256 hash of the payload.
37
37
*`X-WC-Webhook-ID` - webhook's post ID.
38
-
*`X-WC-Delivery-ID` - delivery log ID (a comment).
38
+
*`X-WC-Webhook-Delivery-ID` - delivery log ID (a comment).
39
39
40
40
The payload is JSON encoded and for API resources (coupons, customers, orders, products), the response is exactly the same as if requested via the REST API.
0 commit comments