ItemReturnParams Structure

This structure stores information on parameters.

Structure Fields

Field Name Type Description
countryCode string Two-letter country code
product string Product code
pieceHeader string Header on the label
routing string Routing code
code2l integer 2L code
courierAvailable bool Courier availability
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
courierNstAvaiable bool Availability of NST
maxNst integer Maximum dimensions for NST
maxGirth 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
packstationNstAvailable bool Availability of delivery to NST parcel locker
packstationMaxLength integer Maximum length for parcel locker delivery
postfilialeAvaiable bool Availability of delivery to Parcelshop points
postfilialeMaxWeight float Maximum weight for Parcelshop delivery
postfilialeMaxWidth integer Maximum width for Parcelshop delivery
postfilialeMaxHeight integer Maximum height for Parcelshop delivery
postfilialeNstAvailable bool Availability of NST delivery to Parcelshop points
postfilialeMaxLength integer Maximum length for Parcelshop delivery
zipFormat string Postal code format

Example:

<item>
      <countryCode>AT</countryCode>
      <product>ZC</product>
      <pieceHeader>DHL PARCEL RETURN CONNECT</pieceHeader>
      <routing>PO</routing>
      <code2l>72</code2l>
      <courierAvailable>true</courierAvailable>
      <courierMaxWeight>31.5</courierMaxWeight>
      <courierMaxWidth>60</courierMaxWidth>
      <courierMaxHeight>60</courierMaxHeight>
      <courierMaxLength>120</courierMaxLength>
      <courierMaxCod>0</courierMaxCod>
      <courierNstAvailable>true</courierNstAvailable>
      <maxNst>200</maxNst>
      <maxGirth>360</maxGirth>
      <packstationAvailable>true</packstationAvailable>
      <packstationMaxWeight>10</packstationMaxWeight>
      <packstationMaxWidth>35</packstationMaxWidth>
      <packstationMaxHeight>35</packstationMaxHeight>
      <packstationNstAvailable>true</packstationNstAvailable>
      <packstationMaxLength>60</packstationMaxLength>
      <postfilialeAvailable>true</postfilialeAvailable>
      <postfilialeMaxWeight>31.5</postfilialeMaxWeight>
      <postfilialeMaxWidth>60</postfilialeMaxWidth>
      <postfilialeMaxHeight>60</postfilialeMaxHeight>
      <postfilialeNstAvailable>false</postfilialeNstAvailable>
      <postfilialeMaxLength>120</postfilialeMaxLength>
      <zipFormat>NNNN</zipFormat>
</item>
Go back to topic list