# 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

```markup
<?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

<table data-header-hidden><thead><tr><th>Name</th><th width="179">Description</th><th width="150">Type</th><th>Occurs</th></tr></thead><tbody><tr><td>Name</td><td>Description</td><td>Type</td><td>Occurs</td></tr><tr><td>List</td><td>Groups information for one profile</td><td>node</td><td>1..x</td></tr><tr><td>Profilename</td><td>The name of the profile</td><td>string</td><td>1..1</td></tr><tr><td>Page</td><td>Groups a certain set of articles</td><td>node</td><td>1..x</td></tr><tr><td>Pagename</td><td>The name used to identify the set of articles</td><td>string</td><td>1..1</td></tr><tr><td>Productnumbers</td><td>Groups the productnumbers within a set</td><td>node</td><td>1..1</td></tr><tr><td>Productnumber</td><td>Specifies the productnumber of an article within a set</td><td>string</td><td>1..x</td></tr></tbody></table>
