TB.One > Import & Export > Master Data Import via TB.Cat/XML > TB.Cat - XML Structure > TBCATALOG > PRODUCTDATA > PRODUCT > ARTICLEDATA / ARTICLE > A_PARCEL
Contains information about the mode of transport and the package dimensions. Package types and shipping types are created in the menu "Basic data > Shipping" in TB.One.

NODE |
REQUIRED |
DESCRIPTION |
|
|---|---|---|---|
A_PARCEL |
N |
XML |
Information about shipping type and measurements |
A_PARCEL[type] |
N |
CHAR(50) |
Required shipping type (based on the shipping types created in TB.One) |
A_PIECES |
Y |
INT |
Number of packages (more than 1 packing unit) |
A_WIDTH |
Y |
INT |
Width of the package in cm (accross all of the article's packages) |
A_HEIGHT |
Y |
INT |
Height of the package in cm (accross all of the article's packages) |
A_LENGTH |
Y |
INT |
Length of the package in cm (accross all of the article's packages) |
A_WEIGHT |
Y |
FLOAT |
Combined weight of all the article's packages in kg |
EXAMPLE:
|
For further information, see also:
▪Master data import via XML - overview
▪XML structure overview - TB.Cat 1.4
▪XML structure overview - TB.Cat 1.2/1.3
▪Examples: XML for TB.Cat 1.4 or TB.Cat 1.2/1.3