commerce-products

List, create, update, and activate products with SKU and price validation.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/stateset/icommerce-skills --skill commerce-products
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: commerce-products
Source: https://github.com/stateset/icommerce-skills/tree/main/skills/commerce-products
Command: npx skills add https://github.com/stateset/icommerce-skills --skill commerce-products

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Streamline and accelerate product catalog management by handling products, variants, and pricing within the iCommerce workflow, reducing manual data entry and errors.

Core Features & Use Cases

  • List, create, update, and deactivate products and their variants.
  • Manage pricing, SKUs, and catalog activation for storefronts and checkout flows.
  • Use Case: Add a new product with a SKU and price, then push changes to the storefront and ensure the catalog stays in sync with orders.

Quick Start

Create a new product record with SKU WIDGET-001 and price 29.99 to add it to the catalog.

Frequently Asked Questions about commerce-products

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

FAQPage Schema
How do I automate product catalog management for multiple storefront variants?

You can automate product catalog management by using CLI commands to list, create, update, and deactivate products and variants. This handles pricing and SKU validation while keeping your storefront and checkout workflows in sync.

What's the best way to create a new product with a SKU and price in the catalog?

The best way to create a product with a SKU and price is to run a create command that validates required fields like SKU and price, then outputs identifiers such as product_id and sku to confirm the catalog entry.

Can I update pricing and activate or deactivate items across checkout workflows?

Yes, you can update pricing and activate or deactivate items across checkout workflows. The catalog management commands apply pricing adjustments and activation status directly to your storefront items.

How does variant and SKU validation work when listing products?

Variant and SKU validation works by checking required fields such as SKU and price before creating or updating product records. This ensures data integrity and prevents manual entry errors across your catalog.

Do I need any specific dependencies to manage product catalogs and pricing?

No specific dependencies are required to manage product catalogs and pricing. The skill operates independently to handle listing, creating, updating, and activating products within the iCommerce workflow.

Why does manual product catalog management cause data entry errors?

Manual product catalog management causes data entry errors due to repetitive human input across products, variants, and pricing. Automating these tasks with CLI commands validates fields like SKU and price to reduce sync issues.