Skip to content

Commit

Permalink
Merge pull request #240 from woocommerce/fix/43400-v2-header
Browse files Browse the repository at this point in the history
Fix header reference
  • Loading branch information
lsinger authored Mar 11, 2024
2 parents 4acb904 + 9d31826 commit 4539082
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 4539082

Please sign in to comment.