Profile Restricted Products
Short description
This import can be used to define restricted product lists on a per profile basis. 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]_ProfileRestrictedProducts_[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>
<ProfileName>025</ProfileName>
<Page>
<PageName>alle sets</PageName>
<ProductNumbers>
<ProductNumber>10401971</ProductNumber>
<ProductNumber>05850972</ProductNumber>
<ProductNumber>08001444</ProductNumber>
<ProductNumber>0703.400.335</ProductNumber>
<ProductNumber>0620.004.913</ProductNumber>
<ProductNumber>12701704</ProductNumber>
</ProductNumbers>
</Page>
<Page>
<PageName>BMI OAI</PageName>
<ProductNumbers>
<ProductNumber>10401971</ProductNumber>
<ProductNumber>05850972</ProductNumber>
<ProductNumber>08001444</ProductNumber>
<ProductNumber>0620.004.913</ProductNumber>
<ProductNumber>06601820</ProductNumber>
</ProductNumbers>
</Page>
</List>
</Lists>
Fields XML
Name
Description
Type
Occurs
List
Groups information for one profile
node
1..x
Profilename
The name of the profile
string
1..1
Page
Groups a certain set of articles
node
1..x
Pagename
The name used to identify the set of articles
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
Was this helpful?