Skip to content

Parent/Variant Filtering for Export

You can now filter product exports by parent/variant relationships to export only the products you need.

How to configure:

  1. Go to export profile → Advanced Filters
  2. Select field: parent_id
  3. Select operator: equals
  4. Leave value empty (do not enter anything)
  5. Save profile

Result: Only variant products will be exported (no parent products)

Option 2: Export Only Parent Products (Without Variants)

Section titled “Option 2: Export Only Parent Products (Without Variants)”

How to configure:

  1. Go to export profile → Advanced Filters
  2. Select field: parent_id
  3. Select operator: not equals
  4. Leave the value empty
  5. Save profile

Result: Only parent products will be exported (no variants)

Option 3: Export Variants from Specific Parent Product

Section titled “Option 3: Export Variants from Specific Parent Product”

How to configure:

  1. Go to export profile → Advanced Filters
  2. Select field: parent_id
  3. Select operator: equals
  4. Enter the UUID of the parent product (e.g., 019527ca391372d5a256adf8a79152a0)
  5. Save profile

Result: Only variants of the specified parent product will be exported

If no parent_id filter is set:

  • The app exports parent products with all their variants
  • Variants appear immediately after their parent product in the export file

⚠️ Important: When exporting only variants (Options 1 or 3 above), the parent_sku column will be empty in the export.

Why: The parent_sku field is computed during export and requires loading the parent product data. When you filter for variants only, parent products are not loaded.

Workaround: If you need parent_sku values:

  1. Export without filters (gets parents + variants)
  2. Filter the results in your spreadsheet/database after export