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

NODE |
REQUIRED |
DESCRIPTION |
||
|---|---|---|---|---|
TB_ID |
Y |
INT |
Unique item number across all orders from TB.One |
|
CHANNEL_ID |
Y |
CHAR(50) |
Item number of the distribution channel (if transmitted) or serial number of the item within the order |
|
SKU |
Y |
CHAR(50) |
Article number from TB.One |
|
CHANNEL_SKU |
N |
CHAR(50) |
Distribution channel's article number |
|
EAN |
N |
INT(13) |
13-digit EAN |
|
QUANTITY |
Y |
INT |
Order quantity |
|
OPEN_QUANTITY |
N |
INT |
Open item quantities
|
|
BILLING_TEXT |
N |
CHAR(255) |
The order item's invoice text (if not transmitted by the channel, the article name from TB.One is used) |
|
TRANSFER_PRICE |
N |
FLOAT |
Net article price after deduction of the sales channel's commission (if this value is not supplied, the calculation is done by TB.One); this number indicates the price per piece (quantity 1) |
|
ITEM_PRICE |
Y |
FLOAT |
Gross retail price per piece (quantity 1) |
|
DELIVERY_TIME |
N |
INT |
Delivery time in business days indicated at the time of the customer's order (if transmitted by the channel) |
|
DATE_CREATED |
Y |
DATE(UTC) |
Creation date (import date) of the order item in TB.One |
|
N |
XML (typeService) |
Item-related services (e.g. gift packaging) |
Example:
<ITEMS> <ITEM> <TB_ID>860</TB_ID> <CHANNEL_ID>1</CHANNEL_ID> <SKU>4060029565719</SKU> <CHANNEL_SKU>00257241717043</CHANNEL_SKU> <EAN>4060989565719</EAN> <QUANTITY>1</QUANTITY> <BILLING_TEXT>Longshirt (40, Blau)</BILLING_TEXT> <TRANSFER_PRICE>6.983</TRANSFER_PRICE> <ITEM_PRICE>9.95</ITEM_PRICE> <DATE_CREATED>2012-11-30T16:01:07</DATE_CREATED> </ITEM> </ITEMS> |
|---|
For further information, see also: