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

PARAM

This element enables you to add different features to your product. It can be anything from size, cut, material, length, color, country of origin or info about sustainability.

GLAMI uses this parameter for setting up filters and subfilters. By having these parameters in the feed, your products will have much better visibility within the catalog. The more the parameter appears in the feed, increases the efficiency and effectiveness of placing your items in the catalog.

List of PARAM features which are already available on GLAMI as filters

  • Make sure that one color parameter is added to each shop item.
  • Make sure the parameter looks exactly as it is in the example, otherwise our system won't be able to read it.

Example:

<PARAM>
    <PARAM_NAME>colour</PARAM_NAME>
    <VAL>green</VAL>
</PARAM>

<PARAM>
    <PARAM_NAME>length</PARAM_NAME>
    <VAL>midi</VAL>
</PARAM>

<PARAM>
    <PARAM_NAME>Country of origin</PARAM_NAME>
    <VAL>Czech Republic</VAL>
</PARAM>

<PARAM>
    <PARAM_NAME>Sustainable collection</PARAM_NAME>
    <VAL>Sustainable</VAL>
</PARAM>