What problem does it solve?
This skill helps you plan and implement BigCommerce apps or extensions by guiding you through the correct OAuth, multi-tenant architecture, API usage, and required callback/webhook patterns.
Core Features & Use Cases
- App architecture guidance: Designs the OAuth + lifecycle callback flow (auth, load, uninstall) with store-hash multi-tenancy so one app can securely serve many merchants.
- API strategy support: Shows when to use REST Management API (V3 vs V2), GraphQL Storefront API (read-heavy storefront operations), and how to authenticate each.
- Storefront integration options: Covers Stencil theme concepts, Widgets injection, Script Manager usage (including uninstall cleanup), and headless/headless-oriented approaches like embedded/custom checkout.
Quick Start
Use the bigcommerce skill to design and implement a server-to-server OAuth app with auth/load/uninstall callbacks, store-scoped credentials, and the minimum required scopes for the APIs you will use.