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 cosmetics and perfumes.
Case Sensitivity
Warning |
---|
All parameter names are case-sensitive and should follow the spelling used in this documentation. |
Cosmetics
The "cosmetics" element must be inside the "offer" element.
Code Block |
---|
|
<offer ...>
...
<cosmetics>
...
</cosmetics>
</offer> |
Gender
The "gender" element must be inside the "cosmetics" element and can have one of the following values:
Value | Description |
---|
m | For men's products |
f | For women's products |
Code Block |
---|
|
<offer ...>
...
<cosmetic>
<gender>f</gender>
</cosmetic>
</offer> |
Tip |
---|
If the product is equally suitable for either gender, there is no need to add this element. |
Hypoallergenic
The "hypoallergenic" element must be inside the "cosmetics" element and can have the following values:
Value | Description |
---|
1 | Product is hypoallergenic |
0 | Product is non-hypoallergenic. The default value. |
Code Block |
---|
|
<offer ...>
...
<cosmetic>
<hypoallergenic>1</hypoallergenic>
</cosmetic>
</offer> |
Skin
The "skin" element must be inside the "cosmetics" element.
Code Block |
---|
|
<offer ...>
<cosmetics>
...
<skin>
...
</skin>
</cosmetics>
</offer> |
Type (skin)
The "type" elements must be inside the "skin" element of the "cosmetics" element and can have one of the following values:
Value | Description |
---|
dry | Products related to dry skin |
normal | Products related to normal skin |
oily | Products related to oily skin |
comby | Products related to combination skin |
Code Block |
---|
|
<offer ...>
...
<cosmetics>
<cosmetic>
... <skin>
<type>normal</type>
<type>dry</type>
</skin>
</cosmetics>cosmetic>
</offer> |
Gender
Condition (skin)
Anchor |
---|
| skin_condition |
---|
| skin_condition |
---|
|
The "gendercondition" element elements must be inside the "skin" element of the "cosmetics" element and can have one of the following values:
Value | Description |
---|
m | For men's products |
f | For women's products | Description |
---|
dehydrated | Products related to dehydrated skin |
sensitive | Products related to sensitive skin |
problem | Products related to problematic skin |
fading | Products related to aging skin |
Code Block |
---|
|
<offer ...>
...
<cosmetic>
<gender>f</gender>
</cosmetic>
</offer> |
Tip |
---|
If the product is equally suitable for either gender, there is no need to add this element. |
Hypoallargenic
The "hypoallargenic" element must be inside the "<skin>
<condition>sensitive</condition>
<condition>fading</condition>
</skin>
</cosmetic>
</offer> |
Part
0 | Product is non-hypoallergenicThe "part" elements must be inside the "skin" element of the "cosmetics" element and can have the following values:
Value | Description |
---|
1 | Product is hypoallergenic |
one of the following values:
Value | Description |
---|
face | Products related to facial care, makeup, oral hygiene, etc. |
body | Products related to body care, perfume, etc. |
intim | Products related to personal hygiene |
hand | Products related to hand and nail care |
leg | Products related to foot care |
Code Block |
---|
|
<offer ...>
...
<cosmetic>
<skin>
<hypoallergenic>1</hypoallergenic> <part>face</part>
<part>body</part>
</skin>
</cosmetic>
</offer> |
Skin
Hair
The "skinhair" element must be inside the "cosmetics" element.
Code Block |
---|
|
<offer ...>
<cosmetics>
...
<skin><hair>
...
</skin>
</cosmetics>
</offer> |
Type (skin)
The "type" elements must be inside the "skin" element of the "cosmetics" element and can have one of the following values:
Value | Description |
---|
dry | Products related to dry skin |
normal | Products related to normal skin |
oily | Products related to oily skin |
comby | Products related to combination skin |
Condition (skin)
The "condition </hair>
</cosmetics>
</offer> |
Type (hair)
The "type" elements must be inside the "skinhair" element of the "cosmetics" element and can have one of the following values:
Value | Description | dehydrated
---|
dry | Products related to | dehydrated skindry hair |
sensitive | Products related to sensitive skin |
problem | Products related to problematic skin |
fading | Products related to aging skinnormal | Products related to normal hair |
oily | Products related to oily hair |
comby | Products related to combination hair |
Code Block |
---|
|
<offer ...>
...
<cosmetic>
<skin><hair>
<condition>sensitive<<type>normal</condition>type>
<condition>fading<<type>oily</condition>type>
</skin>hair>
</cosmetic>
</offer> |
Part (skin)
Condition (hair)
Anchor |
---|
| hair_condition |
---|
| hair_condition |
---|
|
The "partcondition" elements must be inside the "skinhair" element of the "cosmetics" element and can have one of the following values:
Description | face | Description |
---|
colored | Products related to dyed hair |
damaged | Products related to damaged hair |
waved | Products related to curly hair |
seborea | Products related to dandruff |
akne | Products related |
to facial care, makeup, oral hygiene, etc.body | Products related to body care, perfume, etc. |
intim | Products related to personal hygiene |
hand | Products related to hand and nail care |
leg | Products related to foot care |
Info |
---|
If this particular product is intended for various purposes/various local applications, additional data is passed in the form of a list in the <part> section. |
Consider the following examle of use:
to aсne, others head skin conditions |
loss | Products related to hair loss treatment |
grow | Products related to hair growth helping |
Code Block |
---|
|
<offer ...>
...
<cosmetic>
<hair>
<condition>colored</condition>
<condition>damaged</condition>
</hair>
</cosmetic>
</offer> |
Nail
The "nail" element must be inside the "cosmetics" element.
Code Block |
---|
language | xml |
---|
titletheme | XML exampleMidnight |
---|
|
<offer ...>
<offer ...>
<cosmetics>
<nail>
...
<cosmetic> <skin> <part>face</part> <part>body</part> </skin>nail>
</cosmetic>
</offer>
... |
Subsection <hair>
Subsection <hair> contains additional characteristics of Hair Care products.
Hair Type
Optional parameter <type>
. Placed inside the <offer>
section, within the <cosmetics>
subsection, within the <hair>
sub-subsection.
Consider the following table of possible values:
Value | description |
---|
dry | dry type |
normal | normal type |
oily | oily type |
comby | combination type |
Current Hair Condition
Optional parameter <condition>
. Placed inside the <offer>
section, within the <cosmetics>
subsection, within the <hair>
sub-subsection.
Consider the following table of possible values:
Value | Description |
---|
colored | dyed hair |
damaged | damaged hair |
waved | curly hair |
seborea | dandruff |
akne | aсne, others head skin conditions |
loss | hair loss treatment |
grow | hair growth help |
Consider the following example of use:
Type (nail)
The "type" elements must be inside the "nail" element of the "cosmetics" element and can have one of the following values:
Value | Description |
---|
tool | Products related to nail care tool |
polish | Products related to nail polish |
gel | Products related to gel polish |
oil | Products related to nail oil |
cleaner | Products related to nail cleaner |
Code Block |
---|
language | xml |
---|
titletheme | XML example |
---|
| ...
|
<offer ...>
...
<cosmetic>
<hair><nail>
<type>normal<<type>tool</type>
<type>oily<</type>nail>
<condition>colored<</condition>
<condition>damaged</condition>
</hair>
</cosmetic>
</offer>
... |
Subsection <nail>
Subsection <nails>
contains additional characteristics of Nail Care Care products.
Care Type
Optional parameter <type>
. Placed inside the <offer>
section, within the <cosmetics>
subsection, within the <nail>
sub-subsection.
Consider the following table of possible values:
Value | description |
---|
tool | Nail care tool |
polish | Nail polish |
gel | Gel polish |
oil | Nail oil |
cleaner | Nail cleaner |
Consider the following example of use:
Polish Color
The "polish_color" element must be inside the "nail" element of the "cosmetics" element and can have any value describing the color of the nail polish.
Note |
---|
This element can only be used in combination with the "polish" type. See above. |
Code Block |
---|
|
<offer ...>
...
<cosmetic>
<nail>
<type>polish</type>
<polish_color>red</polish_color>
</nail>
</cosmetic>
</offer> |
Perfume
The "perfume" element must be inside the "cosmetics" element.
Code Block |
---|
language | xml |
---|
titletheme | XML example |
---|
| ...
|
<offer ...>
...
<cosmetic>
<cosmetics>
<perfume>
<nail> <type>tool</type>
...
</perfume>
<polish_color>red</polish_color> </nail>
</cosmetic> <cosmetics>
</offer>
... |
Subsection <perfume>
Subsection <perfume>
contains characteristics of fragrances.
Main fragrance families (<family>)
Mandatory parameter <family>
. Placed inside the <offer>
section, within the <cosmetics>
subsection, within the <perfume>
sub-subsection.
Consider the following table of possible
Family
The "family" element must be inside the "perfume" element of the "cosmetics" element and can have one of the following values:
Floral notesPerfume products of the floral note family |
oriental |
Oriental notesPerfume products of the oriental note family |
woody |
Woody notesPerfume products of the woody note family |
fresh |
Fresh notes | Consider the following example of use:Perfume products of the fresh note family |
Code Block |
---|
language | xml |
---|
titletheme | XML example |
---|
| ...
|
<offer ...>
...
<cosmetic>
<perfume>
<family>woody</family>
</perfume>
</cosmetic>
</offer>
... |
Subgroups of fragrance families (<aroma>)
Optional parameter <aroma>
. Placed inside the <offer>
section, within the <cosmetics>
subsection, within the <perfume>
sub-subsection, within the <family>
sub-sub-subsection.
Relations | Value | Description | Commentary |
---|
Floral notes
Oriental notes
Woody notes
Fresh notes
fruity_floral |
Aroma
The "aroma" element must be inside the "perfume" element of the "cosmetics" element and can have one of the following values:
Value | Relations | Description | Commentary |
---|
fruity_floral | Floral Family
| Fruity Floral (Fruity + Floral Notes) | Main notes include fruits and floral notes |
floral | Floral (Floral + Fresh Notes) | Main notes include fresh-cut flowers |
. |
soft_floral | Soft Floral (Floral Notes) | Main notes |
include aldehydes and include aldehydes and powdery notes |
. |
floral_oriental | Oriental Family | Floral Oriental (Floral + Oriental Notes) | Main notes include white flowers (such as orange blossom) and sweet spices |
. |
soft_oriental | Soft Oriental (Oriental + Floral Notes) | Main notes include incense and amber |
. |
oriental | Oriental (Oriental Notes) | Main notes include oriental resins such as frankincense, and vanilla |
. |
woody_oriental | Woody Oriental (Oriental + Woody Notes) | Main notes include sandalwood and patchouli. |
woods | Woody Family | Woods | Main notes include aromatic woods and vetiver |
. |
mossy_woods | Mossy Woods (Woody + Oriental Notes) | Main notes include oakmoss and amber |
. |
dry_woods | Dry Woods (Woody Notes) | Main notes include dry woods and leather |
. |
aromatic | Fresh Family | Aromatic Fougère (Fresh Notes) | Main notes include lavender and aromatic herbs. This universal fragrance group includes elements from different families: the freshness from the Citrus family, floral notes of lavender, the spicy-sweetness of a Floral Oriental, the ambery depth of an Oriental and the Mossy Woods warmth of sandalwood and oakmoss. |
citrus | Citrus (Woody + Fresh Notes) | Main notes include bergamot and other citrus oils |
. |
water | Water (Fresh + Floral Notes) | Main notes include marine and aquatic notes, generally from the chemical calone |
. |
green | Green (Fresh + Floral Notes) | Main notes include galbanum and green notes. |
fruity | Fruity (Fresh + Floral Notes) | Main notes include berries and other non-citrus fruits |
.Consider the following example of use:
Code Block |
---|
language | xml |
---|
titletheme | XML example |
---|
| ...
|
<offer ...>
...
<cosmetic>
<perfume>
<family>woody</family>
<aroma>mossy_woods</aroma>
</perfume>
</cosmetic>
</offer>
... |
Product Volume
Optional parameter <volume>
and <price>
are wrapped in the parameter <volumes>
. Placed inside the <offer>
section, within the <cosmetics> subsection.
<volumes> a
llows to specify product volume and volume-dependable pricing.
Consider the following table of possible sub-parameters:
Parameter | Description |
---|
<volume> | Wrapper for each product volume (for parameters <value> and <price>) |
<value> | Volume in milliliters |
<price>
Volume
The "volume" elements must be inside the "volumes" element of the "cosmetics" element. Each "volume" element must contain the "value" and "price" elements:
Name | Type | Description |
---|
value | number | Volume in milliliters |
price | number | Price for each volume |
Consider the following example of use:
Code Block |
---|
language | xml |
---|
title | XML example |
---|
collapse | true |
---|
| ...
|
<offer ...>
...
<cosmetic>
<volumes>
<volume>
<value>200</value>
<price>1000</price>
</volume>
<volume>
<value>400</value>
<price>2000</price>
</volume>
</volumes>
</cosmetic>
</offer>
... |
Info |
---|
|
Measurment units for the <value> parameter are milliliters. |
Purchase Frequency
Optional parameter <periodic>
. Placed inside the <offer>
section, within the <cosmetics>
subsection.
Consider the following table of possible
Periodic
The "periodic" element must be inside the "cosmetics" element and can have the following values:
Value | Description |
---|
1 | Product is purchased frequently |
0 | Product is purchased occasionally |
Consider the following example of use: Code Block |
---|
language | xml |
---|
titletheme | XML example |
---|
| ...
|
<offer ...>
...
<cosmetic>
<periodic>1</periodic>
</cosmetic>
</offer>
... |
Professional
ProductsOptional parameter <professional>
. Placed inside the <offer>
section, within the <cosmetics>
subsection.
Consider the following table of possible The "professional" element must be inside the "cosmetics" element and can have the following values:
Value | Description |
---|
1 | Product is purchased for professional use (by professionals) |
0 | Product is purchased for everyday use (by ordinary customers) |
Consider the following example of use: Code Block |
---|
language | xml |
---|
titletheme | XML example |
---|
| ...
|
<offer ...>
...
<cosmetic>
<professional>1</professional>
</cosmetic>
</offer>
... |