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:

Name

Description

Type

Required/Optional

ImportSettings

Container element for importsettings

Element

Required

CustomerProducts

Container element for CustomerProduct data

Element

Required

ImportSettings element:

Name

Description

Type

Required/Optional

Importer

Name of the importer. Must be ErpCache_CustomerProducts.

Text

Required

Version

Version of the import xml. To be used for backward compatibility issues.

Text, must be 1.0

Required

PartialImport

Defines if the file contains a complete list or represent a partial update of the customerproducts.

Boolean, Default Y

Optional

CustomerProduct element:

Name

Description

Type

Required/Optional

AccountNumber

Account number (debtor number) of the customer

Text

Required

ProductNumber

The identifier of a product

Text

Required

OwnProductNumber

The customer's own productnumber. If left empty the current Own ProductNumber will be removed from the database.

Text

Required