bc-webhooks
Installation
SKILL.md
BigCommerce Webhooks
Before writing code
Fetch live docs:
- Fetch
https://developer.bigcommerce.com/docs/integrations/webhooksfor webhooks guide - Web-search
site:developer.bigcommerce.com webhooks events referencefor event topics - Web-search
bigcommerce webhook payload formatfor payload structure
How Webhooks Work
Event-Driven Notifications
When events occur in a BigCommerce store, HTTP POST requests are sent to your endpoint:
- Register a webhook via the REST API (or admin)
- BigCommerce fires the webhook when the event occurs
- Your endpoint receives a POST with the event payload
- Respond with 200 OK to acknowledge receipt
- Use the event data to trigger your business logic