bc-orders
Work with BigCommerce orders — order lifecycle, statuses, line items, shipments, refunds, order metafields, and fulfillment. Use when building order management integrations or processing orders programmatically.
npx skills add majiayu000/claude-skill-registry --skill bc-orders --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# BigCommerce Order Management ## Before writing code **Fetch live docs**: 1. Web-search `site:developer.bigcommerce.com rest orders` for Orders API reference 2. Web-search `bigcommerce order api v2 v3` for endpoint availability 3. Web-search `bigcommerce order status list` for status definitions ## API Endpoints ### V2 Orders (Primary) Orders are primarily managed via V2 API: | Endpoint | Methods | Description | |----------|---------|-------------| | `/v2/orders` | GET, POST, PUT | Orders CRUD | | `/v2/orders/{id}/products` | GET | Order line items | | `/v2/orders/{id}/shipping_addresses` | GET | Shipping addresses | | `/v2/orders/{id}/coupons` | GET | Applied coupons | | `/v2/orders/{id}/shipments` | GET, POST, PUT, DELETE | Shipments | | `/v2/orders/{id}/taxes` | GET | Tax details | | `/v2/order_statuses` | GET | Available order statuses | ### V3 Order Extensions | Endpoint | Description | |----------|-------------| | `/v3/orders/{id}/metafields` | Order metafields | | `/v3/orders/{id}/payment_actions` | Payment actions (capture, void) | | `/v3/orders/settings` | Order-level settings | | `/v3/orders/{id}/transactions` | Payment transactions | ## Order Lifecycle ### Status Flow `
- Before writing code
- API Endpoints
- V2 Orders (Primary)
- V3 Order Extensions
- Order Lifecycle
- Status Flow
- Standard Statuses
- Custom Statuses
- Order Structure
- Order Fields
- Line Items
- Creating Orders
- Server-Side Order Creation
- Shipments
What does the bc-orders skill do?
Work with BigCommerce orders — order lifecycle, statuses, line items, shipments, refunds, order metafields, and fulfillment. Use when building order management integrations or processing orders programmatically.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill bc-orders --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
