ItemCharge

Short description

The ERP Cache Item Charge interface facilitates the upload of charges into the ERP Cache.

These can then be used to determine e.g. deposit fees in the shop.

Delivery method

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

Filetype: Zipped XML

Filename: [SHOPNAME]_ErpCache_ItemCharge_[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_ItemCharge</Importer>
    <Version>1.0</Version>
  </ImportSettings>
  <Charges>
    <Charge Code="">
      <Title></Title>
      <Items>
        <Item Code="" Currency="">
          <VatPercentage></VatPercentage>
          <TotalAmountExclVat></TotalAmountExclVat>
        </Item>
      </Items>
    </Charge>
  </Charges>
</Import>

Last updated