Customer Products

Short description

Some customers may have their own productnumbers as an alternative of the shop's articlenumbers. With this interface it is possible to define these numbers.

Delivery method

Update Frequency: Batch at least once a day Incremental or complete set: Incremental

Filetype: Zipped XML

Filename: [SHOPNAME]_ErpCache_CustomerProducts_[INDEXNUMBER].xml Transport: over FTPS, FTPS Vendisto server hosted by INTEGRACE, file will be placed on FTPS server by ERP party.

Location within FTP root: \ErpCache\

Structure XML

<?xml version="1.0" encoding="utf-8"?>
<Import>
    <ImportSettings>
        <Importer>ErpCache_CustomerProducts</Importer>
        <Version>1.0</Version>
        <PartialImport>Y</PartialImport>
    </ImportSettings>
    <CustomerProducts>
        <CustomerProduct>
            <AccountNumber></AccountNumber>
            <ProductNumber></ProductNumber>
            <OwnProductNumber></OwnProductNumber>
        </CustomerProduct>
    </CustomerProducts>
</Import>

Fields XML

Import element:

ImportSettings element:

CustomerProduct element:

Last updated