Import and export your catalog data into Qwoty using CSV files — a fast way to bring an existing product list, price book, or variant tree into your workspace without writing a single line of code.Documentation Index
Fetch the complete documentation index at: https://docs.qwoty.io/llms.txt
Use this file to discover all available pages before exploring further.
Import methods
Qwoty supports two main methods for importing data:| Method | Best for | Volume limit |
|---|---|---|
| CSV import | Standard migrations, periodic bulk updates | Up to ~10,000 rows per file |
| API | Large-scale migrations, continuous syncs, automations | Unlimited |
CSV import basics
You can import data for three objects: Master products, Products, and Prices. Each file must contain only one object type. Fields must exist before import. Uploading a CSV creates records but does not create fields. If you need custom fields, create them first under Settings → Data → Data model. See the Data model page for details.Steps
- Open Settings → Data → Import/Export Data.
- Select the object you want to import: Master products, Products, or Prices.
- Click Download example file to get a template with the right columns.
- Format your file (see Prepare your CSV files).
- Click Import, drop your file, and follow the 4-step wizard: Upload → Mapping → Confirm → Result.
- Review validation errors at the Confirm step. Errors don’t block valid rows.
- After import, download unimported rows if any failed and fix them in your source file.
Importing relations between objects
Qwoty objects reference each other:- A Product belongs to a Master product (via
parent_product_api_nameorproduct_parent_id) - A Price belongs to both a Product and a Pricebook
- A Product is attached to one or more Catalogs and Categories
id (UUID) or the api_name (a stable, human-readable identifier you control).
See Import relations for details on how relation columns work.
Export data
Every import screen also exports. Use the Export section on the same page to download your current data as a CSV — useful for:- Backing up before a bulk update
- Bringing data from a sandbox to a production workspace
- Editing in a spreadsheet then re-importing with
idset on each row to update existing records
Permissions
Data import and export require specific permissions on the Apps block of your role:- Import CSV — required to access the import screen
- Export CSV — required to download exports
Reference
Concepts and rules that apply to every import.Supported file formats
File formats, encoding, and CSV best practices.
Field mapping
How Qwoty matches your CSV columns to its fields.
Uniqueness constraints
Which fields are unique and how Qwoty deduplicates.
Import relations
How to link records to their parents during import.
Error handling
Validation errors and how to fix them.
How-tos
Step-by-step instructions for the four common imports.Prepare your CSV files
Format your data correctly before importing.
Import master products
Always start here — masters are the parents that products reference.
Import products
Import products attached to master products and catalogs.
Import prices
Add prices to a pricebook — six pricing models supported.

