TB.One > Order Data and Order Processing > Order Processing via XML > XML-Structure: TB.Order > XML Field Descriptions: Order Data > ORDER_LIST / ORDER > SHIPMENT

SHIPMENT

shipment

 

NODE

REQUIRED

DATA TYPE

DESCRIPTION

IDCODE_SHIP

N

CHAR(30)

If the channel defines a ship code (e.g. DHL shipment number), it is transmitted in this field. If you have stored a DHL number range in TB.One and the channel does not send a code, TB.One will enter a code from the number range.

IDCODE_RETURN

N

CHAR(30)

If the channel defines a return code (e.g. DHL shipment number), it is transmitted in this field. If you have stored a DHL number range in TB.One and the channel does not send a code, TB.One will enter a code from the number range.

ROUTING_CODE

N

CHAR(20)

Routing code (DHL) of the customer's address

PRICE

N

FLOAT

Shipping costs

IS_EXPRESS

N

INT(1/0)

Express shipping tag

 

Example:

<SHIPMENT>

<IDCODE_SHIP>4589312158l45</IDCODE_SHIP>

<IDCODE_RETURN>5876889131</IDCODE_RETURN>

<ROUTING_CODE>854051100989</ROUTING_CODE>

<PRICE>3.95</PRICE>

</SHIPMENT>


For further information, see also:

Order processing via XML - overview

XML field descriptions - order data