Feeds
If your e-commerce platform is not covered in our guides, or if you want to share your data in different ways, we can help.
We specialize in creating custom feeds tailored to your needs. Our experience includes developing feeds for various clients fetching data formats like CSV, XML, APIs, and more. Additionally, we offer a custom SFTP server for you to securely upload your files.
To ensure we gather the necessary product and returns data, please refer to the detailed fields outlined in the feed section.
CSV file format guidelines
When providing data in CSV format, please follow these guidelines to ensure compatibility and smooth processing:
- Separators: Use standard commas as field separators
- Text Enclosure: Use double quotes around text fields that contain special characters or spaces (e.g.,
"40 - FR"
) - Price Formatting: Format all prices with two decimal places (e.g.,
19.99
) - Date Format: Use ISO 8601 format for dates (e.g.
YYYY-MM-DD
)
These preferences align with RFC 4180 guidelines for CSV files, which is the most widely accepted standard. Following these guidelines ensures your CSV files will be compatible with standard CSV processing tools and spreadsheet applications.