bigcommerce-webhooks

Installation
SKILL.md

BigCommerce Webhooks

When to Use This Skill

  • How do I receive BigCommerce webhooks?
  • How do I verify BigCommerce webhook signatures?
  • How do I handle store/order/created or store/order/statusUpdated events?
  • Why is my BigCommerce webhook signature verification failing?
  • How do I create a BigCommerce webhook via the API?

How BigCommerce Webhooks Work

BigCommerce webhooks are created via API only (no dashboard UI): POST /stores/{store_hash}/v3/hooks with an X-Auth-Token OAuth access token.

Payloads are thindata carries only the resource type and id. Read the event from scope and call the REST API back to fetch the full resource:

Installs
11
GitHub Stars
81
First Seen
Jul 24, 2026
bigcommerce-webhooks — hookdeck/webhook-skills