User favorites

Short description

This import can be used to define a list of favorite products for a user. This can be done by providing XML files via FTP.

Delivery method

Update Frequency: Timed, every 5 minutes when a file has been provided

Incremental or complete set: Incremental

Filetype: XML

Filename: [clientname]_UserFavoProducts_[file identification].xml Transport: over FTPS, FTPS Vendisto server hosted by INTEGRACE, file will be placed on FTPS server by the shop.

Location within FTP root: \ShoxlPro\Agp

Structure XML

<?xml version="1.0" encoding="utf-8" ?>
<Lists>
  <List>
    <Username>21113_001</Username>
    <ProductNumbers>
      <ProductNumber>10207997</ProductNumber>
      <ProductNumber>05000359</ProductNumber>
      <ProductNumber>0702.641.070</ProductNumber>
      <ProductNumber>0232.98.80</ProductNumber>
      <ProductNumber>0198.4.30</ProductNumber>
    </ProductNumbers>
  </List>
</Lists>

Fields XML

Name

Description

Type

Occurs

List

Groups information for one user

node

1..x

Username

The username of the user to which this list applies

string

1..1

Productnumbers

Groups the productnumbers within a set

node

1..1

Productnumber

Specifies the productnumber of an article within a set

string

1..x

Last updated