You can easily synchronize the (shoe) articles and quantities which are shown in the shooIQ Pro at your POS. With a regular upload you will only show the articles which are in your stocks.


FTP server configuration info:

  • Mode: Passive FTP
  • Host: ftps.shooiq.com
  • Protocol: FTPS (FTP over SSL)
  • Port: 21
  • Passive-Ports: 2122-2200

CSV File Upload via FTPs

Step 1: Export catalog from your ERP System
Step 2: Upload
Result: shooIQ BoxshooIQ Pro
  1. Export CSV File with your product catalog and product quantities.
  2. Store it as pricat.csv (or zipped inside pricat.zip)


(the file must contain certain attributes. See the CSV definition below)

Upload with FTPs

ftps.shooiq.com/root/master_data/version1.0


(or: ftp.shooiq.com)


  • Upload it regularly to have always the right articles at the POS
  • As an FTP client you can use for example FileZilla
  • Use the Credentials of your root account. The account must hold the ERP-Connect license.
  • You can download the File pricat_upload_report.zip to see the matched results

You'll see the matched products from your file

same here. If you have exported and uploaded also the article quantities, you can filter by stock and show only the products available.

 .

 .

 .

pricat.csv Definition

Example File


Char setISO/IEC 8859-1, Latin-1


Header

#version:1.0

#columns:col1;col2;col3;...

The version of the file format. Not mandatory.

The column definition of the data block. This line defines the type and position of each entry in the data block. The entries in each record must agree with the column definition.

Header lines must begin with "#".

Header lines must be at the beginning of the document.





Data block

separator

";"

Used to separate the entries in a record. An entry must not contain the separator symbol. Undefined values are mapped to empty Strings.

Char== 1

Columns


branch_idIdentifies the branch (if account is not present)Stringmax. 20
accountaccount name (if branch is not present)Stringmax. 20
EAN13The barcode of the shoe. Leading zeros will be added if necessary.String== 13
brandThe name of the brandStringmax 255
article_idBrand's article number for model identification (e.g.: in Workbooks)Stringmax 255
article_variant_idBrand's article number including all variant dimensionsStringmax 20
article_nameThe name of the article.Stringmax 255
color_nameVariant attributes (e.g. color). In human-readable form. Stringmax 255
color_idThe brand's id for the colorStringmax 20
genderThe gender of the model.Enum

M, W

or

Male, Female

systemSizing system of the shoe modelEnumUK, US, EU, JP, CM
sizeThe size of the shoe in the given system. This will be ignored if "system" is undefined.FloatDecimal separator: "."
fedas_codeFedas product classification key (not implemented yet)String== 6
qty1...qty5quantities for storage locations 1 to 5. If a quantity column is defined, and an according entry is empty the quantity of the shoe for this location will be set to undefined.

Positive Integer or Zero