bc-api-rest

Installation
SKILL.md

BigCommerce REST API Development

Before writing code

Fetch live docs:

  1. Fetch https://developer.bigcommerce.com/docs/rest for REST API overview
  2. Web-search site:developer.bigcommerce.com rest-management for Management API reference
  3. Web-search bigcommerce api v3 rate limits pagination for rate limit details

API Architecture

Two API Versions

Version Base URL Notes
V2 /stores/{hash}/v2/ Legacy — orders, some customer endpoints
V3 /stores/{hash}/v3/ Modern — most resources, JSON:API-like

V3 is preferred for all new development. V2 is still required for some resources that haven't been migrated.

Related skills
Installs
3
GitHub Stars
29
First Seen
Mar 31, 2026