wix-ecommerce

Design and implement Wix eCommerce apps, extensions, widgets, and Blocks.

1|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/biggora/e-commerce-plugin-skills --skill wix-ecommerce
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: wix-ecommerce
Source: https://github.com/biggora/e-commerce-plugin-skills/tree/main/skills/wix-ecommerce
Command: npx skills add https://github.com/biggora/e-commerce-plugin-skills --skill wix-ecommerce

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you plan and implement Wix eCommerce apps and extensions correctly despite the platform’s managed sandbox, distinct extension model, and API constraints.

Core Features & Use Cases

  • App type selection (Velo vs CLI vs Blocks): Choose the right development path for site-level customization, distributable apps, or reusable embeddable widgets.
  • eCommerce capability mapping: Design implementations for products/catalog, orders, cart/checkout flows, payments, and event-driven integrations.
  • Production-ready guidance: Avoid common anti-patterns like using Velo for marketplace distribution, ignoring rate limits, mishandling secrets, and polling instead of using event handlers.

Quick Start

Ask for a Wix eCommerce extension plan that matches your goal and includes the recommended app type, required APIs, and a step-by-step implementation approach.

Frequently Asked Questions about wix-ecommerce

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

FAQPage Schema
How do I build a distributable Wix eCommerce app for the App Market?

To build a distributable Wix eCommerce app, use the Wix CLI app architecture rather than Velo. This Skill guides you through selecting the correct platform model for dashboard pages, backend extensions, and App Market publishing.

Should I use Velo or Wix CLI for cart and checkout customization?

Use Velo for site-level checkout customization and Wix CLI for distributable apps. This Skill helps you choose the right development path to avoid anti-patterns like using Velo for marketplace distribution.

How do I handle Wix eCommerce webhooks and verify event payloads?

Handle Wix eCommerce webhooks by implementing event-driven backend workflows and verifying webhook payloads. This Skill guides you through OAuth, permissions, and replacing polling with proper event handlers.

What are the Wix Data storage limits and API rate limits for eCommerce apps?

Wix Data storage and API rate limits constrain eCommerce app operations. This Skill provides production-ready guidance to implement safe API practices, manage catalog operations, and handle the order lifecycle within sandbox constraints.

Can I integrate a custom payment provider into a Wix checkout flow?

Yes, you can integrate custom payment providers into Wix checkout flows. This Skill maps eCommerce capabilities for payment provider integration using the correct platform model and OAuth permissions.

Why does my Wix CLI app fail to handle the order lifecycle correctly?

Wix CLI apps fail the order lifecycle handling when ignoring API rate limits or mishandling secrets. This Skill provides the correct implementation approach for event-driven backend workflows and webhook verification.