Feed with minimum requirements only

This example contains only the minimum attributes required for Size Adviser to provide size recommendations

<?xml version="1.0" encoding="UTF-8"?>
<root>
    <row>
    <variation_id>1039953-L</variation_id>
    <item_group_id>1039953</item_group_id>
    <brand>Nike</brand>
    <title>Long sleeved T-shirt Men</title>
    <size>L</size>
    <size_system>INT</size_system>
    <google_product_category>Clothing & Accessories > T-shirts</google_product_category>
    <gtin>59025557</gtin>
    <gender>unisex</gender>
    <age_group>Adult</age_group>
    <link>your product url here</link>
    <image_link>product image url here</image_link>
    <ecommerce_name>your ecommerce</ecommerce_name>
    </row>
    <row>
        <variation_id>1039953-M</variation_id>
        <item_group_id>1039953</item_group_id>
        <brand>Nike</brand>
        <title>Long sleeved T-shirt Men</title>
        <size>M</size>
        <size_system>INT</size_system>
        <google_product_category>Clothing & Accessories > T-shirts</google_product_category>
        <gtin>59025557</gtin>
        <gender>unisex</gender>
        <age_group>Adult</age_group>
        <link>your product url here</link>
        <image_link>product image url here</image_link>
        <ecommerce_name>your ecommerce</ecommerce_name>
    </row>
    <row>
        <variation_id>1039953-XL</variation_id>
        <item_group_id>1039953</item_group_id>
        <brand>Nike</brand>
        <title>Long sleeved T-shirt Men</title>
        <size>XL</size>
        <size_system>INT</size_system>
        <google_product_category>Clothing & Accessories > T-shirts</google_product_category>
        <gtin>59025557</gtin>
        <gender>unisex</gender>
        <age_group>Adult</age_group>
        <link>your product url here</link>
        <image_link>product image url here</image_link>
        <ecommerce_name>your ecommerce</ecommerce_name>
    </row>
    <row>
        <variation_id>3455533-M</variation_id>
        <item_group_id>3455533</item_group_id>
        <brand>Adidas</brand>
        <title>Long jacket Unisex</title>
        <size>M</size>
        <size_system>INT</size_system>
        <google_product_category>Clothing & Accessories > Jacket</google_product_category>
        <gtin>77646678</gtin>
        <gender>unisex</gender>
        <age_group>Adult</age_group>
        <link>your product url here</link>
        <image_link>product image url here</image_link>
        <ecommerce_name>your ecommerce</ecommerce_name>
    </row>
</root>

Where next? Onboarding guide