shipbob-webhooks
Installation
SKILL.md
ShipBob Webhooks
When to Use This Skill
- Setting up ShipBob webhook handlers
- Debugging ShipBob signature verification failures
- Understanding ShipBob event types (topics) and payloads
- Handling fulfillment, shipment, return, receiving (WRO), or billing events
Verification (core)
ShipBob signs webhooks with the Standard Webhooks
scheme (the same fields Svix uses). It sends three headers — webhook-id,
webhook-timestamp, and webhook-signature — and the event topic in a
separate x-webhook-topic header (e.g. order.shipped).