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

ORDER_LIST / ORDER

order

Click on a node's name to open a page that contains further information on that node (e.g. its possible content and what information is mandatory).

NODE

REQUIRED

DATA TYPE

DESCRIPTION

ORDER_LIST

Y

XML

Root node

ORDER

Y

XML (typeOrder)

An order

ORDER_DATA

Y

XML (typeOrderData)

General order data

SELL_TO

N

XML

Customer data invoice recipient

SHIP_TO

Y

XML

Customer data consignee

SHIPMENT

N

XML

Information about shipping

PAYMENT

N

XML

Information on the payment method

REFERENCES

N

XML

Information about predecessor/successor

HISTORY

N

XML

Order history

SERVICES

N

XML

Information on services

ITEMS

Y

XML

Order items

 

Example:

<?xml version="1.0" encoding="UTF-8"?>

<ORDER_LIST>

<ORDER xmlns:xsd="http://www.w3.org/2001/XMLSchema">

<ORDER_DATA />

<SELL_TO />

<SHIP_TO />

<SHIPMENT />

<PAYMENT />

<REFERENCES />

<HISTORY />

<SERVICES />

<ITEMS />

</ORDER>

</ORDER_LIST>


For further information, see also:

Order processing via XML - overview

XML field descriptions - order data