A product feed is a way to import all your product information into Dash and ensure product data stays updated with the latest details. The easiest way to integrate your product feed is by using Facebook Product Catalog Importing but if this is not an option or if you’re working with a large data source (hundreds of thousands of products), there are other ways to import your products. This guide will explain everything you need to set up a product feed.Documentation Index
Fetch the complete documentation index at: https://developer.dashsocial.com/llms.txt
Use this file to discover all available pages before exploring further.
Before starting
Before starting, please ensure all your product information is up-to-date and accurate. Each product must have a unique URL and an accurate product name.Methods for establishing the product feed
There are two ways to import your product feed without Facebook Product Catalog importing:- Upload product feed file to the designated SFTP
- Upload product feed via URL
- Supported URL protocols:
http(recommended),https(recommended),ftp,sftp - If the file is hosted on an ftp/sftp server, please provide the username and password to access the server.
- If you need to add Dash to the whitelist of IPs, please contact your Account Representative to get the list of IP addresses.
- Supported URL protocols:
Supported file types
To set up the product feed, all we need is a file containing all your product information. We currently support any file with delimiter-separated values. This includes:- Tab-separated values
.tsv - Comma-separated values
.csv - Any text file (
.txt) that contains delimiter-separated values - Extensible Markup Language
.xml. Please note that localized product feed does not support.xmlformat
Accepted fields
The following fields in the product feed are accepted. If your product feed uses different field names than those listed below, please provide the field mapping to your Account Representative to ensure data consistency. Required Fields:| Field | Type | Description |
|---|---|---|
| url | string | A URL that links to the product. It must be unique for each product. |
| title | string | The product name. |
Example
Here is an example of product feed:| id | url | title | price | currency_code |
|---|---|---|---|---|
| CKS-1001 | https://www.dashsocial.com/en/fakeproduct/cks-1001 | Cozy Knit Sweater | 89 | CAD |
| CTB-1002 | https://www.dashsocial.com/en/fakeproduct/ctb-1002 | Classic Tote Bag | 149 | CAD |
| SWE-3001 | https://www.dashsocial.com/en/fakeproduct/swe-3001 | Sleek Wireless Earbuds | 349 | CAD |
| UCM-4002 | https://www.dashsocial.com/en/fakeproduct/um-4002 | UltraComfort Memory Foam Mattress | 559 | CAD |