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 FileWe 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.
Key | Info | Type | Sample |
id* | Item ID | string | PP123 |
title* | Item title | string | #12 Nike Running Shoes |
link* | Link to the product | string | https://www... |
image_link* | Link the product image | string | https://www... |
description | Item information | string | New model of... |
price | The price of the product | integer | 199 |
sale_price | Sale price | integer | 179 |
product_type | Category | string | mens>shoes>running |
condition | Condition of the product | string | new / used |
availability* | Used for inventory | string | in-stock / out-of-stock |
currency | Currency | string | USD |
brand | Product brand | string | NIKE |
mpn | |||
gtin | Global Identifier Number | integer | Used to sync to Google Shopping |
gender | Target audience | string | male / female |
age_group | Age target audience | integer | 18 |
color | Color of the product | string | black |
size | Size of the product | string | 44 / S / M |
quantity* | Total items left | integer | 100 |
variant | If this item is variant or not | integer | 0 / 1 |
parent_id | If the item is variant, provide the parent id | string | The item parent ID |
sku_id | The product SKU ID | string | The SKU of the item |
tags | List of tags | string | short-hair, plastic, special edition |
collections | List of collections | string | Homepage, 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: