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

P_LINKDATA

For defining product links, the product number (P_NR) of the target product is required.

p_linkdata

 

NODE

REQUIRED

DATA TYPE

DESCRIPTION

P_LINKDATA

N

XML

Product links (cross-selling, etc.)

P_LINK

Y

CHAR(50)

Number of the linked product

P_LINK[type]

Y

ENUM

Link type. Possible values are:

cross = combination option/further articles
accessory = accessory to a product
device = product to an accessory
upselling = alternative offer
family = product to product line

 

 

EXAMPLE:

<P_LINKDATA> 

<P_LINK type="cross">75611</P_LINK>

<P_LINK type="accessory">75595</P_LINK>

</P_LINKDATA>


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