Home Products Design-Tool FAQ Blog Support Log-In

Step 1 of 2

Welcome to Printaura's CSV Bulk Import Tool. The Bulk Import Tool allows you to upload existing products to Printaura using a CSV file. A CSV file, or comma-separated values file, is perhaps the most common way to exchange large sets of data between different systems. The file itself is nothing more than a text file with some agreed-upon rules. Most data storage systems provide CSV export functionality.

In order to get started, we first need to get hooked in to the API. Your API key and hash can be found here.

Step 2 of 2

Great! Now we need to establish some things about your CSV file.

Your file must contain only one record per line, and the first record must consist of field names that map subsequent records to our system. That is to say, the first row in your file should be the column names.

The Printaura field/column names, in no particular order, are:

  • sku: Your inventory identifier for the product, unique for each product.
  • title: The product's displayed name.
  • description: The product's displayed description. HTML is allowed.
  • brand: Brand name.
  • product: Product name.
  • colors: Comma-separated color names.
  • normal_price: Price for standard sizes.
  • plus_price: Price for plus sizes.
  • front_print: File name of the front design image for printing.
  • back_print: File name of the back design image for printing.
  • front_mockup: File name of the mockup image for showcasing the front.
  • back_mockup: File name of the mockup image for showcasing the back.
  • storeimages: Comma-separated list of image file names to use for your storefront. The first image on the list is used as the main image. If this isn't given then it defaults to using front_mockup and back_mockup (if those are given).
  • weight: Product weight.
  • tags: Product tags.

By default we skip over records seen as duplicates of existing products (based on your SKU). This is convenient when resuming a partial import. However, you can change this behavior so that the existing products are overwritten with the new information.

Loading apps...

Please wait...

(.../...)

Products created: ...
Products updated: ...
Duplicates skipped: ...

There are The following errors in your import:

    X