TB.One > Order Data and Order Processing > Order Processing via XML > XML-Structure: TB.Order > XML Field Descriptions: Order Data > ORDER_LIST / ORDER > SERVICES / SERVICE
Order services are used to transmit additional order options, e.g. an assembly service. Speak to your Tradebyte contact to find out how these fields can be used in your case.

NODE |
REQUIRED |
DESCRIPTION |
|
|---|---|---|---|
CODE |
N |
CHAR(50) |
Flag of the service type |
DESC |
N |
CHAR(100) |
Designation of the service |
PRICE |
N |
FLOAT |
Service cost |
Example:
<SERVICES> <SERVICE> <CODE>small</CODE> <DESC>Assembly Service</DESC> <PRICE>19.00</PRICE> </SERVICE> </SERVICES> |
|---|
For further information, see also: