Building your feed

To run its services, Usizy needs to receive your product inventory through a feed. Usizy will maintain the highest level of coverage possible by loading your feed on a nightly basis.

Getting the feed ready…

  • Your feed should include all products from your eCommerce catalogue, whether they are in stock or not, for the best quality of service and analytics from Usizy.
  • The feed should be shared with Usizy through an accessible URL using the “.csv” or “.xml” file format.
  • To save time, you may base your feed on your existing eCommerce “Google Shopping Data” Feed if you already use it.
  • Each available product size variation should be split into separate rows and be included, regardless of stock availability.

Please review our list of essential variables. Additional variables are available to receive dashboard analytics and metrics, or to provide information needed for additional products.

A simple feed structure is available below:

Essential variables Additional variables
    
    <!-- XML FEED EXAMPLE -->
    <?xml version="1.0" encoding="UTF-8"?>
    <root>
    <row>
    <unique_product_id>unique_product_identifier, item_group_id, UPC, EAN, ISBN, MPN, Parent SKU, ...</unique_product_id>
    <variation_id>product_variation_id (size, color, etc.)</variation_id>
    <brand>product_brand</brand>
    <title>product_title</title>
    <description>product_description</description>
    <size>product_size</size>
    <size_system>product_size_system (INT, EU, US, UK, etc.)</size_system>
    <google_product_category>product_category</google_product_category>
    <product_type>product_type</product_type>
    <gender>gender</gender>
    <age_group>age_group</age_group>
    <link>product_url_here</link>
    <image_link>product_image_url_here</image_link>
    <ecommerce_name>your_ecommerce</ecommerce_name>
    <price>product_price</price>
    <currency>currency</currency>
    <availability>stock_availability</availability>
    <gtin>global_trade_item_number</gtin>
    <guide_link>size_guide_url_here</guide_link>
    <updated>datetime_update</updated>
    </row>
    

You may also review our complete feed example if you wish to create a feed with full content.

Where next?

Know about Feed essential variables

Know about Feed additional variables

Review our Complete feed example

Check the Onboarding guide for next integration points