Skip to content
/ excel Public

Free Excel templates for bulk product uploads to Selldone stores.

License

Notifications You must be signed in to change notification settings

selldone/excel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

26 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Excel | Bulk Import Template Files

Simplify Your Selldone Shop Experience with Free Excel Templates for Bulk Product Uploads

Use ChatGPT

Click Here to get ready to use prompt.

Why Bulk Import?

Managing an online store can be a daunting task, especially when it comes to adding and updating a large number of products. To streamline this process for Selldone shop users, we have introduced a free repository of Excel template files that simplifies bulk product uploads.

These user-friendly Excel templates are designed to help you quickly and efficiently add or update product information in your Selldone shop. With clearly labeled fields for product details such as title, description, price, SKU, and more, you can easily organize and maintain your inventory.

How to Use It

To get started, simply download the appropriate template from our repository, fill in your product information, and save the file. Next, upload the Excel file to your Selldone shop by navigating to Products and using the Drag & Drop feature. Watch as your products are automatically added or updated in your store.

Bulk Import Example

πŸŽ₯ YouTube Tutorial: How to Bulk Import Products into Selldone

By using our free Excel templates for bulk product uploads, you can save valuable time and effort while ensuring that your Selldone shop is always up to date and ready to serve your customers.

Product

Selldone Product Import Excel File Structure

To successfully import products into Selldone using an Excel file, your spreadsheet must be formatted according to the following structure. Below is a detailed table of all the columns, their descriptions, whether they are required, their relations to other columns, and any additional notes to help you prepare your file.

Column Name Description Required Relations/Notes
Product ID The unique identifier of the product in Selldone. Optional Used to update an existing product. If empty, a new product will be created.
Variant ID The unique identifier of the product variant. Optional Used to update an existing variant. Applicable when Type is 'VARIANT'.
Title The name of the product. Required
Title En The English name of the product. Optional The standard name or technical name of the product in English.
Type The type of the product. It can be PHYSICAL, VIRTUAL, FILE, SERVICE, SUBSCRIPTION. Use 'VARIANT' for variants; otherwise, use a valid product type. Required 'VARIANT' indicates the row is a variant of the last product listed.
Price The price of the product as a floating-point number, e.g., 10.99. Required Customer Price = Price + Commission - Discount
Currency The currency code of the price, e.g., 'USD', 'EUR', 'GBP'. Required
Commission The commission amount or percentage for the product. Optional Defaults to 0 if not provided.
Discount The discount amount or percentage applied to the product. Optional Defaults to 0 if not provided.
Discount Start Date The start date of the discount period. Optional Format: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS.
Discount End Date The end date of the discount period. Optional Format: YYYY-MM-DD or YYYY-MM-DD HH:MM:SS.
Status The availability status of the product, e.g., 'Open', 'Close'. Required 'Open' means available for sale; 'Close' means not available.
Quantity The available stock quantity. Optional Defaults to 0 if not provided.
SKU The Stock Keeping Unit identifier. A unique code used to track inventory. Optional
MPN The Manufacturer Part Number. Optional
GTIN The Global Trade Item Number. Optional
GPC The Global Product Classification code. Optional
Condition The condition of the product, e.g., 'New', 'Used', 'Refurbished'. Optional
Brand The brand or manufacturer of the product. Optional
Warranty Warranty information, e.g., '1 Year Manufacturer Warranty'. Optional
Spec Specifications of the product in JSON format. Optional Must be valid JSON (e.g., {"Color":"Red","Size":"M"}).
Spec Order The display order of specifications in a JSON array. Optional Must be a valid array of Spec keys (e.g., ["Color","Size"]).
Pros Advantages of the product in JSON format. Optional Must be a valid JSON array (e.g., ["Lightweight","Durable"]).
Cons Disadvantages of the product in JSON format. Optional Must be a valid JSON array (e.g., ["Limited color options"]).
Image The main image URL of the product. Required
Outputs Output specifications in JSON format. Optional Must be valid JSON.
Inputs Input specifications in JSON format. Optional Must be valid JSON.
Content Title Title of the product description content. Optional
Content Body (Html) HTML content describing the product in detail. Optional
Content Description A brief description of the product content. Optional
Content Image URL of an image used in the content. Optional
Content FAQ Frequently Asked Questions in JSON format. Optional Must be a valid JSON array.
Content Structure Data Structured data for SEO in JSON-LD format. Optional Must be valid JSON-LD.
Category The product category or categories. Optional Should match existing categories in your Selldone account; otherwise, it will create the category automatically.
Lead Time The number of days before the product is shipped (production or handling time). Optional Defaults to -1 if not provided. -1 indicates no lead time.
Extra Additional product details in JSON format, such as dimensions or weight. Optional Must be valid JSON (e.g., {"weight":50,"width":100,"length":200,"height":40}).
Image Contain Indicates if the image should be contained within its container. Optional Accepts TRUE or FALSE. Defaults to FALSE.
Return Warranty The return warranty period in days. Optional Defaults to 0 if not provided.
Original Indicates if the product is original or a replica. Optional Accepts TRUE or FALSE. Defaults to TRUE.
Slug The URL-friendly version of the product name. Optional If empty, it will be auto-generated from the Title.
Images Additional image URLs for the product, separated by commas. Optional
V_Color Variant attribute: color. Optional Applicable when Type is 'VARIANT'.
V_Style Variant attribute: style. Optional Applicable when Type is 'VARIANT'.
V_Volume Variant attribute: volume. Optional Applicable when Type is 'VARIANT'.
V_Weight Variant attribute: weight. Optional Applicable when Type is 'VARIANT'.
V_Pack Variant attribute: pack size or packaging. Optional Applicable when Type is 'VARIANT'.
V_Type Variant attribute: type or model. Optional Applicable when Type is 'VARIANT'.
Limit Min The minimum quantity allowed per order. Optional Defaults to 0 (no minimum limit).
Limit Max The maximum quantity allowed per order. Optional Defaults to 0 (no maximum limit). Must be greater than or equal to Limit Min if provided.
Qty 1 Minimum quantity for tiered pricing level 1. Optional Used in conjunction with Price 1 for bulk pricing.
Price 1 Price for tiered pricing level 1. Optional
Qty 2 Minimum quantity for tiered pricing level 2. Optional
Price 2 Price for tiered pricing level 2. Optional
Qty 3 Minimum quantity for tiered pricing level 3. Optional
Price 3 Price for tiered pricing level 3. Optional
Qty 4 Minimum quantity for tiered pricing level 4. Optional
Price 4 Price for tiered pricing level 4. Optional
Qty 5 Minimum quantity for tiered pricing level 5. Optional
Price 5 Price for tiered pricing level 5. Optional
Qty 6 Minimum quantity for tiered pricing level 6. Optional
Price 6 Price for tiered pricing level 6. Optional
Qty 7 Minimum quantity for tiered pricing level 7. Optional
Price 7 Price for tiered pricing level 7. Optional
Qty 8 Minimum quantity for tiered pricing level 8. Optional
Price 8 Price for tiered pricing level 8. Optional
Qty 9 Minimum quantity for tiered pricing level 9. Optional
Price 9 Price for tiered pricing level 9. Optional
Qty 10 Minimum quantity for tiered pricing level 10. Optional
Price 10 Price for tiered pricing level 10. Optional
Price Label A label or description for the price, e.g., 'per unit', 'per kg'. Optional
Unit The unit of measurement for the product, e.g., 'kg', 'liters', 'pcs'. Optional
Price Input Indicates the type of price input, e.g., 'DEFAULT', 'CUSTOM'. Optional Use predefined constants or values accepted by Selldone.
Valuation ID The ID of the valuation method associated with the product. Optional Must correspond to a valid valuation ID in your Selldone account.

Notes and Guidelines

  • First Row: Represents a product with detailed information.

  • Second Row: Represents a variant of the product above.

  • Fields like Spec, Spec Order, Pros, Cons, Extra, and Content Body (Html) contain JSON or HTML data. Ensure that these are properly formatted in your Excel file.

  • The Images field contains multiple image URLs separated by commas.

  • Boolean Fields like Image Contain and Original should be either TRUE or FALSE.

  • Date Fields should be in the format YYYY-MM-DD HH:MM:SS.

  • JSON Fields: Columns like Spec, Pros, Cons, Outputs, Inputs, Content FAQ, and Content Structure Data must contain valid JSON strings.

  • Date Formats: Use the YYYY-MM-DD format for all date fields to ensure proper parsing.

  • Boolean Fields: For fields like Image Contain and Original, use true or false.

  • Numeric Fields: Ensure numeric fields like Price, Commission, Discount, Quantity, Return Warranty, Limit Min, and Limit Max contain valid numbers.

  • Variant Rows: When Type is 'VARIANT', the row represents a variant of the last product defined in the spreadsheet. All variant attributes (V_Color, V_Style, etc.) are applicable in this case.

  • Tiered Pricing: To offer bulk pricing, use Qty X and Price X columns. For example, if Qty 1 is 10 and Price 1 is 9.99, customers buying 10 or more units get the product at $9.99 each.

  • Images: Multiple image URLs in the Images column should be separated by commas without spaces.

  • Categories and Brands: Ensure that the values provided for Category and Brand match exactly with those defined in your Selldone account to prevent mismatches.

  • Updating Products: If you provide a Product ID (and Variant ID for variants), the system will attempt to update the existing product or variant. If these are left empty, new entries will be created.

  • Limits: If Limit Max is provided, it must be greater than Limit Min. If Limit Max is 0, it signifies no maximum limit.

Example Row

Here's an example of how a row might look in your Excel file:

Field Value
Product ID
Title Blue and green leather office sofa
Title En
Type PHYSICAL
Price 860
Currency GBP
Commission
Discount 45
Discount Start Date 2019-10-02 14:47:27
Discount End Date 2019-10-31 14:47:00
Status Open
Quantity 373
SKU SXD-45122312
MPN WS512354
GTIN
GPC 4986
Condition new
Brand J&J
Warranty 1 year warranty
Spec {"Specifications":"group","Brand":["J&J"],"Manufacturer":["Sunny Way"],"Additional Details & Dimensions":"group","Seat":["29'' H x 65.7'' W x 23.5'' D"],"Overall":["42.7'' H x 90.3'' W x 41.5'' D"],"Arm Height - Floor to Arm":["28''"],"Back Height - Seat to Top of Back":["19.1''"],"Leg Height - Top to Bottom":["4''"],"Minimum Door Width - Side to Side":["13.7''"],"Overall Product Weight":["80 Kg"],"Leg Material":["Plastic"],"Cushion Construction":["Foam"],"Design":["Luxury"],"Weight Capacity":["500 Kg"],"Adult Assembly Required":["Yes"]}
Spec Order ["Specifications","Brand","Manufacturer","Additional Details & Dimensions","Seat","Overall","Arm Height - Floor to Arm","Back Height - Seat to Top of Back","Leg Height - Top to Bottom","Minimum Door Width - Side to Side","Overall Product Weight","Leg Material","Cushion Construction","Design","Weight Capacity","Adult Assembly Required"]
Pros {"Removable legs":"Yes"}
Cons
Image https://cdn.selldone.com/app/shops/82/products/ajpg34b8447539e48aad6f52ba8e12642683.jpg
Outputs
Inputs
Content Title About This Sofa
Content Body (Html) <p>The couch is a three-seater choice in this adaptable stationery set that is intended to match your space and style. Built to last, the blends form, function, and simplicity of installation for an eclectic lifestyle. The sofa's design lines and size add a modern touch to places large and small with equal elegance. High-density foam cushions and curved arms embrace your body and are guaranteed to become your favorite place to unwind after a long day. With quality upholstery fabric and a sturdy eucalyptus timber frame, this long-lasting plush couch encourages you to relax in the confidence that you will be able to enjoy it for many years to come.</p><div class='medium-insert-images medium-insert-images-right'><figure contenteditable='false'><img src='https://cdn.selldone.com/app/shops/82/articles/ajpgcf361327878f68fce259f904eccf6cf1.jpg' alt=''></figure></div><p><br></p><h4>Product Spec</h4><ul><li>Pocket coil coil type</li><li>Capacity in Kg: 500 Kg.</li><li>No stain resistance.</li><li>Arms are made of plastic.</li><li>Cushion Material: Leather</li><li>Design: Normal</li><li>Yes, adult assembly is required.</li></ul><p>This 76\" wide sofa adds a modern look to your space with its streamlined silhouette and square arms. It has a frame made from engineered wood with tapered legs in a rich brown hue that matches well with various styles and color options.</p><blockquote><p>This couch features faux leather upholstery with a foam fill for additional support as you hang out with friends to watch TV or chat for a few hours.</p></blockquote><p>
Content Description The couch is a three-seater choice in this adaptable stationery set that is intended to match your space and style. Built to last, the blends form, function, and simplicity of installation for an eclectic lifestyle.
Content Image https://cdn.selldone.com/app/shops/82/articles/ajpgcf361327878f68fce259f904eccf6cf1.jpg
Content FAQ
Content Structure Data
Category living-room-furniture-1
Lead Time 50
Extra {"weight":50,"width":100,"length":200,"height":40}
Image Contain TRUE
Visits 115
Rate 4.8
Rates Count 1
For Available
For Auction
Sells 6
Return Warranty
Original TRUE
Slug blue-and-green-leather-office-sofa
Create Date 2019-10-02 14:31:23
Images https://cdn.selldone.com/app/shops/82/products/bjpg0a99ccef8e6412c877d4abd2f4b11d33.jpg, https://cdn.selldone.com/app/shops/82/products/cjpg88323af4e0ca062743dca17446f4e655.jpg
V_Color #0097A7
V_Style
V_Volume
V_Weight
V_Pack
V_Type

Note: Adjust the values according to your actual product data.

By following this structure and guidelines, you will be able to prepare your Excel file for a successful import into Selldone.

List of Product Import Samples | Excel Files

To help you get started with bulk importing products into Selldone, we've prepared a selection of Excel template files. Each template is designed for different use cases, whether you're importing simple products, products with variants, or products tailored for wholesale operations.

File Description
πŸŽ— Products without variants This template is ideal for importing simple products that do not have any variants. Use this if your products don't come in different sizes, colors, or other variations.
πŸŽ— Products with variants full Use this template to import products that have multiple variants, such as different sizes, colors, styles, or other attributes. It includes all necessary fields for detailed variant data.
πŸŽ— Products for wholesalers full This template is tailored for wholesalers who need to manage large inventories with bulk pricing and tiered discounts. It includes fields for quantity breaks and wholesale pricing.
Shopify Shopify CSV File Converter

How to Use These Templates

  1. Download the Template: Click on the link of the template that best suits your needs to download the Excel file.
  2. Fill in Your Product Data: Open the Excel file and fill in your product information, following the column structure and guidelines provided.
  3. Save the File: Once you've added all your products, save the Excel file on your computer.
  4. Import into Selldone:
  • Go to your Selldone shop dashboard.
  • Navigate to the Products section.
  • Use the Drag & Drop feature to upload your Excel file.
  1. Review and Confirm: After uploading, review the imported data for accuracy and confirm the import.

Tips

  • Backup Your Data: Always keep a backup of your Excel file in case you need to reference or re-import your product data.
  • Validate Data Formats: Ensure that all date, numeric, and JSON fields are correctly formatted to prevent import errors.
  • Start Small: If you're new to bulk importing, start with a small batch of products to get familiar with the process.

By using these templates, you can streamline the process of adding or updating products in your Selldone shop, saving you time and reducing the possibility of errors.


βŠ‚_ヽ
γ€€ οΌΌοΌΌ SΞL
γ€€γ€€ οΌΌ(γ€€Λ‡Ο‰Λ‡)L
γ€€γ€€γ€€ >γ€€βŒ’γƒ½D
γ€€γ€€γ€€/ γ€€ へ\Θ
γ€€γ€€ /γ€€γ€€/γ€€οΌΌοΌΌN
γ€€γ€€ οΎšγ€€γƒŽγ€€γ€€ ヽ_぀Ξ
γ€€γ€€/γ€€/
γ€€ /γ€€/|
γ€€(γ€€(ヽ
γ€€|γ€€|、\
γ€€| δΈΏ οΌΌ βŒ’)
γ€€| |γ€€γ€€) /
`γƒŽ )γ€€γ€€LοΎ‰

About

Free Excel templates for bulk product uploads to Selldone stores.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published