1. Help Center
  2. XML feed
  3. XML feed: Recommended parameters

MATERIAL

It is an element that helps e-shops communicate the material used in the product to users.

GLAMI collects this data because the material of a product significantly influences the purchasing decision.

  • Please put the type of material and the percentage used in the product.

Example:

<PARAM>
    <PARAM_NAME>material lining</PARAM_NAME>
    <VAL>cotton</VAL>
    <PERCENTAGE>50%</PERCENTAGE>
</PARAM>

<PARAM>
    <PARAM_NAME>material lining</PARAM_NAME>
    <VAL>polyester</VAL>
    <PERCENTAGE>50%</PERCENTAGE>
</PARAM>

<PARAM>
    <PARAM_NAME>sole material</PARAM_NAME>
    <VAL>rubber</VAL>
    <PERCENTAGE>100%</PERCENTAGE>
</PARAM>