Adding Product Feeds
A product feed is your source data file containing all your products. Alltogether360 supports XML, JSON, CSV, and TSV file formats.
Creating a Feed
- Navigate to Feeds and click Create Feed.
- Choose a source type:
- File Upload — Upload a file directly from your computer.
- URL — Provide a URL where your feed is hosted. The system will automatically fetch and update it periodically.
- Click Process to analyze your feed.
After Processing
Once processed, you’ll see:
- Records — Total number of products found in your file.
- Fields — All detected field names from your product data.
- Preview — Click the Preview button to see a syntax-highlighted XML preview of your data.
Filtering Products (Optional)
Before saving your feed, you can apply filters to narrow down the products:
- Click + Add Filter to add a filter rule.
- Configure each rule:
- Action — Include (keep matching) or Exclude (remove matching).
- Field — Select which product field to filter on.
- Operator — Choose a comparison (equals, contains, greater than, less than, etc.).
- Value — Enter the value to compare against.
- Click Apply Filters to see the filtered count.
Note: Filters are applied sequentially from top to bottom. Each rule further narrows the result set. Numeric comparisons (greater than, less than) automatically extract numbers from values like “450 TRY” or “$299.99”.
Saving the Feed
Enter a name for your feed, select the store it belongs to, and click Save. If you applied filters, only the filtered products will be saved.
Feed Sources via URL
If you chose URL as the source type, Alltogether360 will automatically re-fetch your feed every 15 minutes to keep your product data up to date.