Skip to content

Commit

Permalink
Merge pull request #238 from woocommerce/fix/43400-webhook-header
Browse files Browse the repository at this point in the history
Fix ref to webhook delivery ID header.
  • Loading branch information
lsinger authored Mar 11, 2024
2 parents f3d3556 + 0472202 commit 4acb904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/wp-api-v3/_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 4acb904

Please sign in to comment.