spree-events-webhooks
Installation
SKILL.md
Spree Events & Webhooks
Before writing code
Fetch live docs:
- Fetch https://spreecommerce.org/docs/developer/core-concepts/events for the event bus.
- Fetch https://spreecommerce.org/docs/developer/core-concepts/webhooks for Webhooks 2.0 (HMAC, retries).
- Inspect the live
lib/spree/event.rb/lib/spree/subscriber.rbandapp/subscribers/in thespreegem for the canonical event names per release. - Check the v5.4 announcement for any Webhooks 2.0 changes.
- For verifying signatures, also check the
@spree/sdkif you're consuming webhooks in TypeScript.