Product attributes – P_TAGS

Product attributes are like components properties of a product or an article. But attributes don’t allow to build variants upon them. An attribute may have one or more values, thus it may be used several times in a product.

Attributes are not directly transferred to the channels but are, if needed, assigned to channel values using a so-called value mapping. Therefore, attributes mainly serve the internal control and the directed mapping of TB.One attributes to distribution channel values (e.g. gender or season).

TBCATALOG / PRODUCTDATA / PRODUCT / P_TAGS

Node Mandatory Data type (Length) Description
P_TAGS N Product attributes
Element: P_TAG Y Single product attribute; may occur as often as needed
Attribute: identifier Y Flag for referencing; at TB.IO, the identifier is always "name".
Attribute: key Y String(100) Value for assignment statement, i.e. name of the product attribute
Attribute: name N String(100) During import, this attribute allows to fill the designation field.
Sub-element: VALUE Y String(255) Contains the value for the superordinate node; may occur as often as needed
Attribute: identifier Y Flag for referencing; at TB.IO, the identifier is always "name".
Attribute: key Y String(100) Value for assignment statement, i.e. value of the product attribute
Attribute: name N String(100) During import, this attribute fills the designation field.

Superordinate element:

Example XML

<P_TAGS> <P_TAG identifier='name' key='Season'> <VALUES> <VALUE identifier="name" key="Spring" /> <VALUE identifier="name" key="Summer" /> </VALUES> </P_TAG> </P_TAGS> <!– Start –> <!– Name of the attribute –> <!– Value 1 of the attribute –> <!– Value 2 of the attribute –> <!– End –>