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';