Skip to content

Commit

Permalink
Fix header reference
Browse files Browse the repository at this point in the history
  • Loading branch information
barryhughes authored Mar 8, 2024
1 parent f3d3556 commit 9d31826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/wp-api-v2/_webhooks.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Delivery is performed using `wp_remote_post()` (HTTP POST) and processed in the
* `X-WC-Webhook-Event` - e.g. `updated`.
* `X-WC-Webhook-Signature` - a base64 encoded HMAC-SHA256 hash of the payload.
* `X-WC-Webhook-ID` - webhook's post ID.
* `X-WC-Delivery-ID` - delivery log ID (a comment).
* `X-WC-Webhook-Delivery-ID` - delivery log ID (a comment).

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.

Expand Down

0 comments on commit 9d31826

Please sign in to comment.