In order to upload individual prices for your customers, an individual price list with separate logins is required for each customer. These price lists must have at least the supplier article number and the individual price for the customer. Preferred file format is CSV or TXT, containing a separator (e.g. Semicolon (;) – Comma (,) – Tabulator (\t) or PIPE (|)), with a line ending separator \r\n.
Your price list should meet the following mandatory requirements:
- Column headers in the first row
- Every following row should contain one product
- No additional information in the supplier article number column, only the article number (SKU)
- No currency signs or other text in the price column
- The list should contain all products the customer is allowed to see. There’s no fallback to prices from the standard price list!
File type | Detailed explanation |
CSV/TXT | Every common separator is supported. Important: if separators or line breaks are used within a field, then these have to be quoted correctly (e.g. with quotation marks surrounding the whole field, using escape characters or double quotation marks) |
DBF | Supported without any problems |
Following deployment methods are currently supported:
Method | Details |
FTP-Download | The best and most secure method for providing individual price lists. Passwort protection is possible and recommended. The retrieval will be in the form of: ftp://username:password@linktocustomerpricelist |
HTTP-Download | This is the second possible method for providing individual price lists. Password protection is possible and recommended. The retrieval will be in the form of: http://username:password@linktocustomerpricelist Attention: changes to the customer price list can only be recognised if the HTTP header contains the last-modified field, which has to be set to the file date. |