Product management
SKUs
Configure SKUs through selection names mapped to SKU codes
Overview
Manufacturers configure SKUs through a hierarchy of selection names (from the 3D configurator) mapped to SKU codes. Selection names come from configurator options (categories like Fabric, Legs) and their selections (e.g. "Velvet Blue", "Oak Legs"). Ranges and products also have SKU keys.
Selection Names & Categories
Where Selection Names Come From
- Categories = configurator options (e.g. Fabric, Legs, Base)
- Selection names = individual choices within each option (e.g. "Velvet Blue", "Oak Legs")
- These are defined in the product configurator structure (
configuratorOptions,configuratorSelections)
Special Categories
- Ranges – product ranges (e.g. "Windrush"); use internal keys like
ORBITAL-RANGE_SECRET-KBJS979d87fy*_range_77 - Products – products within ranges (e.g. "Windrush - Chair"); use internal keys like
ORBITAL-PRODUCT-SECRET-..._range_77_product_603
Internal Keys
- The InternalKey column in SKU CSV is the lookup key. For configurator selections it equals the selection name. For Ranges/Products it is a system-generated key.
- Do not change selection names via the SKU CSV. Use the rename CSV export/upload flow instead.
SKU Mapping Structure
The skus table stores:
Example:
SKU CSV Import/Export
Export (Generate SKU CSV)
- Go to Dashboard → SKU (manufacturer or retailer)
- Click Export CSV or Generate SKU CSV
- File format:
{org-name}-ov25-sku-sheet-{date}.csv
CSV Format
Columns
| Column | Purpose |
|---|---|
| Manufacturer ID | Manufacturer org ID (for retailer multi-manufacturer exports) |
| Category | Option/category name (Fabric, Legs, Ranges, Products) |
| Selection | Display name (e.g. "Velvet Blue", "Windrush - Chair") |
| SKU | Only column to edit – your SKU code |
| InternalKey | System key for lookup – do not change |
Import
- Export a CSV first (recommended)
- Edit only the SKU column
- Upload via Batch SKU Upload (zip containing the CSV)
- Import uses
InternalKeyfor matching;selectionis display-only
Changing Selection Names
Use the rename flow (ProductFiltersTable / configurator-selections PATCH), not the SKU CSV. Renaming updates configurators, swatches, and swatch SKU mappings.
Workflow Summary
Initial Setup (Manufacturer)
- Configurator – Define options and selections in the 3D configurator
- SKU mapping – Export SKU CSV, fill in SKU codes, import
- Pricing – Export pricing CSV, set prices/grades, import
Retailers
Retailers see manufacturers they have access to. SKU and pricing CSV exports include all accessible manufacturers.
Next Steps
After setting up your SKUs:
- Configure Pricing → Pricing