Produkt import

Produkt import


Ønsker i at vi skal udvikle et automatiseret import system op mod en leverandør eller andet, så finder ud her den struktur dataen fra din leverandør skal leveres i.

​Informationen nedenfor er på engelsk, således dette kan benyttes uanset nationalitet.


General information


Below are the data fields we require as a minimum to import your catalogue to our webshop. You are allowed to add additional fields if your products have additional details that are required. In case extra data is added to the feed, a documentation on how to read the data correctly is expected to be delivered along with the feed.

We are using the field “Lat update” to filter for new products and latest updates, so we don’t have to run a full import to keep our webshop up to date. 

Cron jobs:

  1. One every night to add new products
  2. One every hour to update stock

Out of stock:

If a product is out of stock, we will disable it on our webshop so it won't be visible for end users, but still keep it in the database and enable it again, once it is back in stock.

Discontinued items:

If any products are discontinued these should still appear in the feed for 1 week, but the field “Status” should be changed to “0”.
This means that all products should as a starting point be set to “1” and once they are discontinued, they should be updated to “0”.
This way, we can easily filter in the feed for discontinued products and remove these from the webshop.


Data type:

The data can be delivered as the following types:
  1. Json
  2. XML


Item:


The item is the base details about the product.

  1. Product name
  2. Product categories (If more than one, values to be separated by comma)
  3. Short description
  4. Long description (Optional)
  5. Brand
  6. Price excl. Tax (If the product has attributes, the price should be added to these instead)
  7. Retail price (Purchase price)
  8. Stock (If the product has attributes, the stock should be updated on attribute level instead)
  9. Last update (date for the last time the item has changed data)
  10. Image URL (With more images, separate by comma)
  11. Product reference
  12. EAN number (Optional)
  13. Weight (In case the product uses attributes, this information should be added on attribute level)
  14. Status: 0/1


Attributes:


Attributes are the dynamic details about the product, such as colors, sizes etc.

  1. Reference number
  2. Parent item reference number
  3. Group: Name, value (Example: Group: Størrelse, 37)
  4. Group: name, value (Example: Group: Farve, rød)
  5. Price
  6. Stock
  7. EAN number (Optional)
  8. Retail price
  9. Image URL (If a attribute has it’s own image, example when colors are used, the URL should be added on attribute level) - (With more images, separate by comma)
  10. Last update (date for the last time the item has changed data) 
  11. Weight
  12. Status: 0/1


Features:


Features are the static details about a product, such as material, dimensions etc.

  1. Group: Name, value (Example: Group: Materiale, 100% bomuld)
  2. Group: name, value (Example: Group: Dimensioner, 10x25x15)


Images:


In the data list above we have a field named “Image URL”.
In case it is not possible to deliver images through a URL, these can be delivered on a FTP server. 

In that case, the image naming is very important and should follow this structure.

Products with attributes:

Reference_number-Color_attribute_name-01.jpg/.png
Reference_number-Color_attribute_name-02.jpg/.png
Reference_number-Color_attribute_name-03.jpg/.png

Etc.

Products without attribute: 

Reference_number-01.jpg/.png
Reference_number-02.jpg/.png
Reference_number-03.jpg/.png

Etc.



    • Related Articles

    • Supplier dropshipping - Import og Export modul

      Introduktion Dette modul giver dig muligheden for at oprette imports fra alle dine leverandører baseret på forskellige data formater som CSV fil, Json, XML m.m. Ydermere kan du oprette automatiske lageropdateringer, samt automatisk eksport af ordre. ...
    • Kategorier og produkt organisering

      Kategori struktur Det er vigtigt at du gør dig nogle tanker omkring hvilken struktur du vil have på din Prestashop. Kategorierne bruges til at gøre det nemt for dine kunder at sortere i dine varer. Eksempel 1: Dame Jeans T-shirts Sko Herre Jeans ...
    • Varianter og egenskaber

      Kend forskellen på en variant og en egenskab En variant er noget der giver kunden en valgmulighed som eksempelvis en farve, størrelse osv. En egenskab er et faktum om varen, eksempelvis materiale, dimension, køn osv. Varianter Varianter består af ...
    • Lokalisering: Sprog & Valuta

      Find frem til til lokalisering Ved åbne menuen "International" finder du menupunket "Lokalisering" som netop indeholder sprog og valuta. Lokaliserings-indstillinger Under menupunktet "Lokalisering" finder du de generelle indstillinger for di webshop. ...
    • Ordre: Indstillinger, behandling og refundering/kreditering

      Ordrens information og indstillinger Når du åbner den enkelte kundeordre, vil du blive præsenteret for en række informationer og indstillinger relateret til den givne ordre. Det vil ligeledes være her du behandler den enkelte ordre, og finder ...