ecommerce

Automate catalog-based ecommerce cart and checkout flows.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/vipulj226-design/lordmahaveerabirthplace --skill ecommerce-vipulj226-design
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ecommerce
Source: https://github.com/vipulj226-design/lordmahaveerabirthplace/tree/main/.emdash/skills/ecommerce
Command: npx skills add https://github.com/vipulj226-design/lordmahaveerabirthplace --skill ecommerce-vipulj226-design

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides end-to-end ecommerce capabilities for catalog-based stores, enabling cart, checkout, and buy-now flows.

Core Features & Use Cases

  • Cart and checkout flows that work with catalog collections
  • Buy Now / immediate purchase and catalog-based purchasing
  • Currency-aware pricing and display using site currency
  • Validation of catalog constraints (e.g., catalog pricing, fixed prices)

Quick Start

Add a catalog item to the cart and proceed to checkout using the catalog-enabled storefront.

Frequently Asked Questions about ecommerce

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

FAQPage Schema
How do I automate cart and checkout flows for a catalog-based storefront?

Automating cart and checkout flows for catalog storefronts requires integrating cart APIs to manage add-to-cart operations and enforce catalog-specific pricing constraints. This skill handles end-to-end checkout automation, including immediate buy-now purchases.

How does currency formatting work for catalog pricing and display?

Currency formatting for catalog pricing uses useCurrency and formatPrice functions to apply site currency rules. This ensures prices display correctly across the storefront while validating fixed catalog prices during the checkout process.

Can I implement a buy-now option that bypasses the standard cart for catalog items?

A buy-now option for catalog items bypasses the standard cart by triggering immediate purchase flows directly through cart APIs. This skill supports both traditional cart management and immediate catalog-based purchasing operations.

What catalog constraints are enforced during the checkout process?

Catalog constraints enforced during checkout include validating fixed prices and catalog-specific pricing rules. The skill integrates with cart APIs to ensure items adhere to the catalog's defined pricing structure before completing the transaction.

Does this approach require specific dependencies to manage cart APIs?

No specific dependencies are required to manage cart APIs with this approach. The skill operates independently to apply pricing rules, currency formatting, and catalog constraints without external component installations.