| Field Name | Description |
| MerchantID | The unique id assigned to the merchant |
| MerchantName | ... |
| Network | ... |
| Categories | List of categories this merchant falls into. |
| Status | Valid status states include: active - normal merchant state |
| LastUpdated | Signifies the last time this merchants information was changed. Changes include changing categories, changing status and changing networks. |
| APOFPO | Signifies that this merchant ships APO/FPO |
| NetworkID | The merchants id within their affiliate network |
| NetworkNote | Notes regarding merchant's network id within their affiliate network |
| Link | Default affiliate link for the merchant |
| Country | The country or countries the merchant services |
<merchants>
<merchant>
<id> int </id>
<name> string </name>
<network> network </network>
<networkid> int </networkid>
<categories>
<category> category filter values </category>
</categories>
<status> (active, deactivated or deleted) </status>
<lastupdated> YYYY-MM-DD HH:MM XXX </lastupdated>
<apofpo> tinyint </apofpo>
<networkid> string </networkid>
<networknote> string </networknote>
<link> string </link>
<countries>
<country> string </country>
</countries>
</merchant>
</merchants>
MerchantID
MerchantName
Network
Categories
Status
LastUpdated
APOFPO
NetworkID
NetworkNote
Link
Country
