TB.One > Import & Export > Master Data Import via TB.Cat/XML > TB.Cat - XML Structure > TBCATALOG > PRODUCTDATA > PRODUCT > ARTICLEDATA / ARTICLE > A_PARCEL

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.

a_parcel

 

NODE

REQUIRED

DATA TYPE

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:

<A_PARCEL type='other_parcel'>

<A_PIECES>1</A_PIECES>

<A_WIDTH>90</A_WIDTH>

<A_HEIGHT>30</A_HEIGHT>

<A_LENGTH>50</A_LENGTH>

<A_WEIGHT>2.4</A_WEIGHT>

</A_PARCEL>


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