Agent skill

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.

majiayu000github.com/majiayu000GitHub ↗
claude-codecan modify filesMIT
Install
npx skills add majiayu000/claude-skill-registry --skill bc-orders --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGrepGlobWebSearchWebFetch
Path: skills/api/bc-orders/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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 `

What's inside
Steps it walks through
  1. Before writing code
  2. API Endpoints
  3. V2 Orders (Primary)
  4. V3 Order Extensions
  5. Order Lifecycle
  6. Status Flow
  7. Standard Statuses
  8. Custom Statuses
  9. Order Structure
  10. Order Fields
  11. Line Items
  12. Creating Orders
  13. Server-Side Order Creation
  14. Shipments
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
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.

Keep going