Import Orders

You can import orders that your customers has made from any source.


File Preparation

We support only CSV import for orders, the CSV file must contains:

The order of the columns must be like in the sample file.
KeyInfoTypeSample
emailThe customer email addressstringExample@flashyapp.com
order_idThe order IDstringHS78
dateUnix timestamp or YYYY/MM/DDinteger/string1549612259
valueThe order total valueinteger199
content_idsThe items ids splitted with commastringPP122,PP123
currencyThe currency that used for the orderstringUSD

We strongly suggest to download our template file

Download Sample CSV File