@@ -112,71 +112,67 @@ Complete workflow for creating a new product variant with features, pricing, and
## Overview
This workflow creates a new variant product by:
1. Finding the parent product
2. Cloning parent to create the variant (or creating a new product)
3. Applying distinguishing features to identify this variant
4. Setting pricing (Current and List prices)
1. Finding an existing variant to clone from (not the virtual parent)
2. Cloning the variant to create a new one with the same structure
3. Updating distinguishing features to identify this variant
4. Setting pricing (if different from cloned variant)
5. Linking variant to virtual parent
## Step 1: Find Parent Product
**Important:** Always clone from an existing variant (e.g., `DEMO_VAR_BU_SM`), not the virtual parent. This ensures the new product has the correct product type, asset settings, and feature structure.
Locate the virtual parent product to clone from.
## Step 1: Find an Existing Variant to Clone
Locate an existing variant product to use as a template. Choose one with the same size if possible.