Marketplaces > Marketplaces T-Z > Zalando > Return Code - Transmission via dispatch advice > Transmission via TB.Order/XML import

Transmission via TB.Order/XML import

ATTENTION:
Orders via Zalando will require you to propose a return code for your return label when transmitting dispatch advices. The goal of this measure is to make the returns process more transparent and to ensure the tracking of returned items.

With TB.One you can either submit the proposed return code manually by using the GUI of TB.One or via one of the standard interfaces. If you are using a custom interface, please contact your Tradebyte Key Account Manager to find out how to proceed.

If you use the XML format to create dispatch advices, please use the node "IDCODE" to supply the ship code for tracking.  For the proposed return code, you should use the node "IDCODE_RETURN_PROPOSAL".  In the returns message, the proposed return code becomes the ship code and you, therefore, need to transmit it in the node "IDCODE".

 

<MESSAGE>                
      <MESSAGE_TYPE>SHIP</MESSAGE_TYPE>                   
      <TB_ORDER_ID>3</TB_ORDER_ID>   
      <TB_ORDER_ITEM_ID>1</TB_ORDER_ITEM_ID>    
      <SKU>4711</SKU>    
      <QUANTITY>1</QUANTITY>    
      <CARRIER_PARCEL_TYPE>DHL_STD_NATIONAL</CARRIER_PARCEL_TYPE> 
      <IDCODE>123456789</IDCODE>    
      <IDCODE_RETURN_PROPOSAL>987654321</IDCODE_RETURN_PROPOSAL>
</MESSAGE>