bc-catalog

Manage BigCommerce product catalog data via REST API including bulk updates and queries.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the management of product data within BigCommerce, enabling programmatic control over your entire catalog.

Core Features & Use Cases

  • Product & Variant Management: Create, update, and query products, their variants, options, and modifiers.
  • Catalog Organization: Manage categories, brands, and metafields for structured data.
  • Media & Customization: Handle product images and custom fields for enhanced product presentation.
  • Bulk Operations: Efficiently import, update, or delete large sets of product data.
  • Use Case: Automatically update the prices and inventory levels for 500 products based on a CSV import, ensuring your catalog is always up-to-date.

Quick Start

Use the bc-catalog skill to fetch all products in the 'Electronics' category.

Frequently Asked Questions about bc-catalog

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

FAQPage Schema
How do I manage BigCommerce product catalog data programmatically?

You can manage BigCommerce product catalog data by using a Skill that interfaces with the BigCommerce REST Catalog API to query, create, and update products, variants, and modifiers.

What is the best way to bulk update product prices and inventory in BigCommerce?

The best way to bulk update BigCommerce product prices and inventory is by processing CSV imports through the BigCommerce REST Catalog API, enabling efficient automated updates for large sets of product data.

Can I manage BigCommerce product variants, options, and modifiers via API?

Yes, you can manage BigCommerce product variants, options, and modifiers via API. The catalog management operations support detailed programmatic querying and manipulation of these specific product elements.

How do I query and filter BigCommerce products by category?

To query and filter BigCommerce products by category, you use the BigCommerce REST Catalog API which supports detailed querying with filters and pagination to fetch specific product subsets.

Does the BigCommerce catalog API support managing custom metafields and product images?

Yes, the BigCommerce catalog API supports managing custom metafields and product images. It handles media and custom fields to structure data and enhance product presentation within your store.