InternationalParam Structure

This structure stores information on country parameters.

Structure Fields

Field Name Type Description
countryName string Country name
countryNameEn string English country name
countryCode string Two-letter country code
product string Product code
pieceHeader string Header on the label
pickupDays integer Number of days to collect the shipment
courierMaxWeight float Maximum weight for courier delivery
courierMaxWidth integer Maximum width for courier delivery
courierMaxHeight integer Maximum height for courier delivery
courierMaxLength integer Maximum length for courier delivery
courierMaxCod float Maximum COD amount
courierCodCurrency string Currency
courierExchrate float Rate used to calculate COD
courierNstAvaiable bool Availability of NST
courierMaxNst integer Maximum dimensions for NST
courierMaxGirth integer Maximum GIRTH (circumference of the parcel 1 x length + 2 x (width + height)
packstationAvaiable bool Availability of delivery to parcel lockers
packstationMaxWeight float Maximum weight for parcel locker delivery
packstationMaxWidth integer Maximum width for parcel locker delivery
packstationMaxHeight integer Maximum width for parcel locker delivery
packstationMaxLength integer Maximum length for parcel locker delivery
postfilialeAvaiable bool Availability of delivery to ServicePoint points
postfilialeMaxWeight float Maximum weight for ServicePoint delivery
postfilialeMaxWidth integer Maximum width for ServicePoint delivery
postfilialeMaxHeight integer Maximum height for ServicePoint delivery
postfilialeMaxLength integer Maximum length for ServicePoint delivery
zipFormat string Postal code format
emailRequired integer E-mail address requirement for pre-delivery notification

Example:

<item>
    <countryName>Germany</countryName>
    <countryNameEn>Germany</countryNameEn>
    <countryCode>DE</countryCode>
    <product>EK</product>
    <pieceHeader>DHL PARCEL CONNECT</pieceHeader>
    <routing>PO</routing>
    <code2l>70</code2l>
    <pickupDays>3</pickupDays>
    <courierMaxWeight>31.5</courierMaxWeight>
    <courierMaxWidth>60</courierMaxWidth>
    <courierMaxHeight>60</courierMaxHeight>
    <courierMaxLength>120</courierMaxLength>
    <courierMaxCod>1500</courierMaxCod>
    <courierCodCurrency>EUR</courierCodCurrency>
    <courierExchrate>4.16</courierExchrate>
    <courierNstAvaiable>true</courierNstAvaiable>
    <courierMaxNst>200</courierMaxNst>
    <courierMaxGirth>360</courierMaxGirth>
    <packstationAvaiable>true</packstationAvaiable>
    <packstationMaxWeight>31.5</packstationMaxWeight>
    <packstationMaxWidth>35</packstationMaxWidth>
    <packstationMaxHeight>35</packstationMaxHeight>
    <packstationMaxLength>60</packstationMaxLength>
    <postfilialeAvaiable>true</postfilialeAvaiable>
    <postfilialeMaxWeight>31.5</postfilialeMaxWeight>
    <postfilialeMaxWidth>60</postfilialeMaxWidth>
    <postfilialeMaxHeight>60</postfilialeMaxHeight>
    <postfilialeMaxLength>120</postfilialeMaxLength>
    <zipFormat>NNNNN</zipFormat>
        <emailRequired>0</emailRequired>
</item>
Go back to topic list