Building your feed
Please note that Smart Assistant is based on artificial intelligence, and depends on the quality of data you provide, to serve your shoppers with accurate information, specific to your products and business. We recommend making sure that the following is included in the feed, with as many details as possible:
- Complete description of products and product features.
- Availability and stock conditions.
- Stock and price updates in different countries and currencies.
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 and services.
A simple feed structure is available below:
<!-- 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.