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';
Installs
243
Repository
wix/skills
GitHub Stars
16
First Seen
Mar 2, 2026
wix-stores-versioning — wix/skills