Help us improve
Share bugs, ideas, or general feedback.
From wix-ecom-cowork
Guides optimal workflows and API sequences for creating complete products in Wix Stores, including preparation, categories, images, variants, inventory, SEO, and visibility settings.
npx claudepluginhub wix/wix-ecom-cowork --plugin wix-ecom-coworkHow this skill is triggered — by the user, by Claude, or both
Slash command
/wix-ecom-cowork:product-workflow-guideThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Best practices and guided workflows for creating optimized, complete products in Wix Stores.
Handles full CRUD operations on Wix Stores products including variants, media, collections, and bulk actions via direct REST API calls. Useful for managing ecommerce catalogs.
Creates and manages Shopify products via GraphQL Admin API or CSV imports. Bulk import/update variants, inventory, images, assign to collections.
Configures and manages Wix business solutions via REST API: stores, bookings, payments, CMS, contacts, events, forms, media, blog, calendar, domains, and more.
Share bugs, ideas, or general feedback.
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: