bc-orders

Manage BigCommerce order lifecycles, statuses, shipments, and metafields via API.

35|16|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill bc-orders
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bc-orders
Source: https://github.com/OrcaQubits/agentic-commerce-claude-plugins/tree/main/bigcommerce-commerce/skills/bc-orders
Command: npx skills add https://github.com/OrcaQubits/agentic-commerce-claude-plugins --skill bc-orders

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of BigCommerce orders, addressing the complexities of order lifecycles, statuses, and fulfillment processes for e-commerce businesses.

Core Features & Use Cases

  • Order Lifecycle Management: Programmatically handle order statuses from creation to completion, including refunds and cancellations.
  • Fulfillment Tracking: Create and manage shipments with tracking information.
  • Data Integration: Access and update order metafields for custom data storage.
  • Use Case: Automatically update order statuses and create shipments in BigCommerce as soon as fulfillment data is received from a third-party logistics provider.

Quick Start

Use the bc-orders skill to fetch all orders with status 'Pending' created in the last 7 days.

Frequently Asked Questions about bc-orders

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage BigCommerce orders programmatically through the API?

To manage BigCommerce orders programmatically, you use API V2 and V3 specifications for CRUD operations. This handles the order lifecycle, statuses, line items, and metafields for e-commerce integrations.

Can I automate BigCommerce fulfillment tracking and shipments?

Yes, you can automate BigCommerce fulfillment tracking by creating and managing shipments with tracking information. This is triggered automatically when fulfillment data is received from a third-party logistics provider.

What is the best way to handle BigCommerce order status updates and cancellations?

The best way to handle BigCommerce order status updates is by programmatically managing the order lifecycle from creation to completion. This includes processing automated status updates, refunds, and cancellations.

How do I store custom data on BigCommerce orders using metafields?

You store custom data on BigCommerce orders by accessing and updating order metafields. This facilitates data integration for order management systems and e-commerce platforms.

Does this approach support integrating BigCommerce orders with third-party logistics providers?

Yes, this approach supports integrating BigCommerce orders with third-party logistics providers. It adheres to BigCommerce API V2 and V3 specifications to fetch orders and update fulfillment statuses seamlessly.