Import Products Catalog

You can import your products catalogs to Flashy for dynamic content, product recommendations, artificial intelligence and more.


We currently support 3 methods to import products catalog:

If you using Google Merchant CSV or Facebook Catalog you don't need to modify anything, we support this files.

  • JSON
  • XML
  • CSV

File Preparation

When you create your file, here are the fields you can use.

Download Sample CSV File

* is a are required field, if you using CSV the order of the columns must be the same.

We highly recommend to schedule the import for products once a week, you can do it from the catalog page on Flashy platform.

If you using CSV, please download the sample file to make sure everything is correct and in the same order.

KeyInfoTypeSample
id*Item IDstringPP123
title*Item titlestring#12 Nike Running Shoes
link*Link to the productstringhttps://www...
image_link*Link the product imagestringhttps://www...
descriptionItem informationstringNew model of...
priceThe price of the productinteger199
sale_priceSale priceinteger179
product_typeCategorystringmens>shoes>running
conditionCondition of the productstringnew / used
availability*Used for inventorystringin-stock / out-of-stock
currencyCurrencystringUSD
brandProduct brandstringNIKE
mpn
genderTarget audiencestringmale / female
age_groupAge target audienceinteger18
colorColor of the productstringblack
sizeSize of the productstring44 / S / M
quantity*Total items leftinteger100
variantIf this item is variant or notinteger0 / 1
parent_idIf the item is variant, provide the parent idstringThe item parent ID
sku_idThe product SKU IDstringThe SKU of the item
tagsList of tagsstringshort-hair, plastic, special edition
collectionsList of collectionsstringHomepage, Shoes, Men's

Use JSON URL

If you want to use Products Catalog as JSON URL for weekly the updates you have to return the results in the following structure:

{
     "success": true,
     "data": [
          {
          }
     ]
}