This API is meant to obtain supplier's data through the supplier code.

Request

The type attribute has to be set to track.

The product attribute has to be set to supplier.

<envelope>
    <header>
        <actor>test</actor>
        <user>test</user>
        <password>test</password>
        <version>1.0.0</version>
        <timestamp>202307311450</timestamp>
    </header>
    <query type="track" product="supplier">
        <filters>
            <filter type="supplier" code="testmt2"/>
        </filters>
    </query>
</envelope>
Response
<?xml version="1.0" encoding="UTF-8"?>  
<envelope>
    <header>
        <version>1.0.0</version>
        <timestamp>202307311450</timestamp>
    </header>
     <response type="track" product="supplier">
        <supplier>
            <code value="testmt2"/>
            <name value="Test Supplier Venezia"/>
            <corporatename value="Test Supplier"/>
            <mailstaff value="xml@netstorming.net"/>
            <mailaccountability value=""/>
            <country value="ITALIA"/>
            <city value="VENEZIA"/>
            <address value="via di test"/>
            <zip value="30010"/>
            <province value="VE"/>
            <accountability value=""/>
            <tax value=""/>
            <sdi value=""/>
            <thirdparts_info>
                <thirdpart name="aves" code="0001706"/>
            </thirdparts_info>
        </supplier>
    </response>
</envelope>