Creating SKUs
There are multiple ways to create SKUs in Tether, from adding individual products to generating hundreds of variants at once. This guide covers all creation methods.Creating SKUs requires Admin access. Sales Rep users can only view existing SKUs.
Creating a Single SKU
The most straightforward way to add a product:Open the Create SKU Dialog
- Navigate to SKUs in the sidebar
- Click the Create SKU button in the top-right
Enter Basic Information
Fill in the required fields:
| Field | Required | Description |
|---|---|---|
| Name | Yes | Display name for the SKU |
| SKU Code | Yes | Unique identifier (must be unique) |
| Type | Yes | Select the appropriate SKU type |
| Collection | Yes | Parent collection for the SKU |
| Unit of Measurement | Yes | Default unit for tracking this SKU (e.g., “Each”, “Yard”, “Kg”) |
| UPC | No | Universal Product Code |
| Amazon ID | No | Amazon ASIN identifier |
Add Dimension Values (if applicable)
If you selected a collection with dimensions:
- Select the appropriate value for each dimension
- Example: Size = “Medium”, Color = “Blue”
Using the SKU Generator
For products with multiple variants (size/color combinations, etc.), the SKU Generator can create all combinations automatically.Prerequisites
Before using the SKU Generator:- Create a collection for your products
- Set up dimensions with values (Size: S, M, L, XL; Color: Red, Blue, Black)
Generating SKUs
Configure the Generator
Naming Template
Define how SKU names will be generated:
- Use placeholders:
{collection} - {Size} - {Color} - Example result: “T-Shirts - Medium - Blue”
- Example:
{collection_code}-{Size}-{Color} - Result: “TSH-M-BLU”
Select Dimension Values
Check which dimension values to include:This would generate 9 SKUs (3 sizes × 3 colors)
Batch Creation from Import
For large-scale SKU creation, you can import from a spreadsheet:Prepare Your Data
Create a CSV or Excel file with columns:
name(required)sku_code(required)type(required)collection_idorcollection_nameupc- Dimension columns as needed
SKU Type Selection Guide
Choosing the right SKU type is important for accurate inventory and forecasting:Finished Good
Finished Good
Use when: The product is sold directly to customersExamples:
- Apparel items
- Consumer electronics
- Any retail product
- Has demand forecasts
- Tracked in sellable inventory
- Available on channels
Variant
Variant
Use when: The product is a variation of a base product based on dimensionsExamples:
- “T-Shirt - Blue - Medium” (variant of base T-Shirt)
- “Running Shoe - Size 10 - Black”
- Generated from dimension combinations (Size, Color, etc.)
- Inherits properties from parent collection
- Each variant is a distinct sellable product
Component
Component
Use when: The item is purchased and used in other productsExamples:
- Raw materials (fabric, ingredients)
- Packaging materials (boxes, bags, labels)
- Parts (buttons, screws, straps)
- Always purchased, never produced
- Used in Bills of Materials (BOM)
- Ordered from suppliers
- Consumed during production or assembly
Bundle
Bundle
Use when: Multiple products are physically packaged togetherExamples:
- Gift sets
- Starter kits
- Multi-packs
- Contains other SKUs
- Inventory is assembled
- Component inventory is consumed
Kit
Kit
Use when: Products are assembled on-demand at fulfillment timeExamples:
- Build-your-own kits
- Made-to-order bundles
- Components are picked at order time
- No pre-assembled inventory
Virtual Bundle
Virtual Bundle
Use when: Products are sold together but not physically assembledExamples:
- “Buy 2 Get 1 Free” promotions
- Logical product groupings
- No physical inventory
- Components shipped separately
Required vs. Optional Fields
Required Fields
| Field | Description |
|---|---|
| Name | Display name shown throughout Tether |
| SKU Code | Must be unique across your organization |
| Type | Determines how the SKU behaves |
| Collection | Parent collection that defines available dimensions and shared settings |
| Unit of Measurement | Default unit used for tracking inventory and transactions |
Recommended Fields
| Field | Why It’s Useful |
|---|---|
| UPC | Required for retail channels and barcode scanning |
| Dimensions | Powers filtering and reporting |
Optional Fields
| Field | Use Case |
|---|---|
| Amazon ID | Required for Amazon integration |
| Description | Internal notes and details |
| Custom Fields | Organization-specific data |
Validation Rules
When creating SKUs, Tether validates:- SKU Code uniqueness: No duplicates allowed
- Required fields: Name, code, type, collection, and unit of measurement must be provided
- Dimension consistency: Values must exist in the collection’s dimensions
- Format requirements: Codes cannot contain certain special characters
After Creating SKUs
Once SKUs are created, you’ll typically want to:- Set up inventory - Configure initial inventory levels
- Add suppliers - Link suppliers who provide the product
- Configure pricing - Set up channel-specific pricing
- Enable on channels - Make SKUs available for sale
Next Steps
Editing SKUs
Learn how to modify SKU information
Collections
Organize SKUs into collections
Dimensions
Configure product dimensions
Suppliers
Add supplier information for SKUs