Best practices and guided workflows for creating optimized, complete products in Wix Stores.
From wix-ecom-coworknpx claudepluginhub itayher/wix-ecom-cowork --plugin wix-ecom-coworkThis skill uses the workspace's default tool permissions.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs and optimizes AI agent action spaces, tool definitions, observation formats, error recovery, and context for higher task completion rates.
Best practices and guided workflows for creating optimized, complete products in Wix Stores.
Step 1: Gather Product Information
Step 2: Define Product Structure
Step 3: Plan Inventory
Recommended API Call Order:
GET /_api/wix-ecommerce-renderer-web/store-manager/categories
Purpose: Get available categories to assign product
POST /_api/tax-groups/v1/taxGroups/query
Purpose: Get tax group ID to assign (usually default tax group)
POST /_api/wix-ecommerce-graphql-web/api
# Query: getShippingGroups
Purpose: Get shipping group if product needs special shipping
POST /stores/v1/products
Include:
PATCH /stores/v1/products/{id}
Best practices:
PATCH /stores/v1/products/{id}
Define:
PATCH /stores/v1/products/{id}
Include:
PATCH /stores/v1/products/{id}
# Set visible: true
Use variants when:
Don't use variants when:
Good:
Bad:
Format: {BASE_SKU}-{OPTION1}-{OPTION2}
Examples:
Same price for all variants:
Different prices by variant:
Issue: Can't track profit margins
Solution: Always set cost.price when creating products
Issue: Can't show discounts effectively
Solution: Set comparePrice higher than price to show savings
Issue: Inaccurate shipping calculations Solution: Always set weight for physical products
Issue: Low conversion rates Solution: Use 1200x1200px minimum, white background, professional photos
Issue: Poor SEO, low customer confidence Solution: Write detailed descriptions (100-500 words) with benefits and features
Issue: Customers see incomplete products
Solution: Create products as visible: false, complete all details, then publish
For creating multiple products:
visible: falsevisible: trueFor products with many variants (10+ combinations):
For seasonal/temporary products: