Additional niches properties of products allow studying user preferences and calculating recommendations more accurately. This section describes allowing filling the product feed with niche features of products for children and babies.
Child
The "child" element must be inside the "offer" element.
<offer ...>
...
<child>
...
</child>
</offer>
Gender
The "gender" element must be inside the "child" element and can have one of the following values:
Example of use of interconnected <child> and <fashion> sections
In case this particular baby and children product is a piece of clothing, hence, all the additional product data should be passed in the <fashion> section:
Example of use of interconnected <child> and <cosmetic> sections
In case this particular product belongs to both cosmetic and hygiene products categories, hence, all the additional data should be passed in the <cosmetic> section:
Example of use of interconnected <child> and <fmcg> sections
In case this particular baby and children product belongs to the FMCG (fast-moving consumer goods) category, hence, all the additional data should be passed in the <fmcg> section.