· DataEase · Documentation · 2 min read
Bundles
Need to sell packs like “2-Pack Socks” or “Camera + Tripod Kit”?
Product Bundle Components let you tie several regular products together and sell them as one bundle. With DataEase you can export every bundle row, change it in Excel / Sheets, then import the file back to update or create bundles in bulk.
Official Shopify help.
Table of Contents
1. Export
- In DataEase click New Export.
- Pick Excel or CSV format.
- Choose Product Bundle Components as the entity.
- Select the fields you need (ID, title, products inside, quantity options, etc.).
- Run the task and download the file.
Step-by-step guide: export-data
2. Import
Open the export file or grab our demo sheet.
Edit rows or add new ones. The
command
column tells DataEase what to do:CREATE
– make a new bundleUPDATE
– change existing bundle dataMERGE
– add / replace items inside the bundleDELETE
– remove whole bundleIGNORE
– skip the row
Each row must have
productId
orproductHandle
and eitherproductQuantity
, or- the trio
quantityOptionName / quantityValuesName / quantityValuesQuantity
.
Save the file (XLSX or CSV).
In DataEase choose New Import, upload your file, map fields, and run.
Full import how-to: import-data
3. Field List
(Gray rows are export-only.)
id
Bundle row ID used to match on update. — Import field
command
Action for the bundle row: CREATE, UPDATE, MERGE, DELETE, IGNORE. — Import field
title
Bundle name shown to customers. — Import field
handle
URL-friendly handle (must be unique). — Import field
quantityOptionName
Custom option title for pack sizes (e.g., “Pack size”). — Import field
quantityValuesName
Option values list, comma-separated (e.g., “One-Pack, Two-Pack”). — Import field
quantityValuesQuantity
Matching quantities (“1,2” → One-Pack = 1, Two-Pack = 2). — Import field
options
Variant option mapping when only certain variants belong in the bundle. — Import field
publicationScope
Per-channel flags [IsPublished]
and times [PublishedAt]
. — Import field
productId
ID of the product to include (needed if handle empty). — Import field
productHandle
Product handle (alt to productId). — Import field
productTitle
Product name (read-only). — Export only
productQuantity
Units of the product in the bundle (max 2000). — Import field
metafields
Extra custom info; see /metafields. — Import field
4. Filter List
Use filters before export to target only the bundles you need.
Id
Exact bundle ID.
Title
Bundle title contains / equals text.
ProductId
Bundles containing a specific product ID.
ProductHandle
Bundles containing a product handle.
CreatedAt
Creation date range.
UpdatedAt
Last update date range.
Questions left? Reach us any time through the chat in DataEase – we answer within 24 hours.