Articles

Short description

The ERP Cache Article interface facilitates the upload of article information into the ERP Cache.

This data can then be utilized to determine product groups, which, in turn, can be used for tasks such as calculating prices based on product groups.

Delivery Method

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

Filetype: Zipped XML

Filename: [SHOPNAME]_ErpCache_Articles_[INDEXNUMBER](_[SUBNUMBER]).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_Articles</Importer>
    <PartialImport>Y</PartialImport>
    <Version>1.0</Version>
  </ImportSettings>
  <Articles>
    <Article Number="" GroupCode="" />
    <Article Number="" GroupCode="" />
  </Articles>
</Import>

Last updated

Was this helpful?