TB.One > Order Data and Order Processing > Order Processing via XML > XML-Structure: TB.Order > XML Field Descriptions: Order Data > ORDER_LIST / 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 |
DESCRIPTION |
|
|---|---|---|---|
ORDER_LIST |
Y |
XML |
Root node |
ORDER |
Y |
XML (typeOrder) |
An order |
Y |
XML (typeOrderData) |
General order data |
|
N |
XML |
Customer data invoice recipient |
|
Y |
XML |
Customer data consignee |
|
N |
XML |
Information about shipping |
|
N |
XML |
Information on the payment method |
|
N |
XML |
Information about predecessor/successor |
|
N |
XML |
Order history |
|
N |
XML |
Information on services |
|
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: