wix-stores-versioning

Installation
SKILL.md

Wix Stores Catalog Versioning

Wix Stores has two catalog versions that are NOT backwards compatible:

Version Status
V1_CATALOG Legacy (e.g., products, inventory)
V3_CATALOG Current (e.g., productsV3, inventoryItemsV3)

V3 modules typically have a V3 suffix. Use Wix MCP to search for the specific module you need.

Core Pattern

Always check catalog version before any Stores operation:

import { catalogVersioning, products, productsV3 } from '@wix/stores';

async function getProducts() {
Related skills

More from wix/skills

Installs
243
Repository
wix/skills
GitHub Stars
11
First Seen
Mar 2, 2026