bc-webhooks

Installation
SKILL.md

BigCommerce Webhooks

Before writing code

Fetch live docs:

  1. Fetch https://developer.bigcommerce.com/docs/integrations/webhooks for webhooks guide
  2. Web-search site:developer.bigcommerce.com webhooks events reference for event topics
  3. Web-search bigcommerce webhook payload format for payload structure

How Webhooks Work

Event-Driven Notifications

When events occur in a BigCommerce store, HTTP POST requests are sent to your endpoint:

  1. Register a webhook via the REST API (or admin)
  2. BigCommerce fires the webhook when the event occurs
  3. Your endpoint receives a POST with the event payload
  4. Respond with 200 OK to acknowledge receipt
  5. Use the event data to trigger your business logic
Installs
2
GitHub Stars
33
First Seen
Mar 19, 2026
bc-webhooks — orcaqubits/agentic-commerce-claude-plugins