What is your current level of experience in freelance work?
We manage a multi-brand Magento 2.4 storefront fed by ±10 suppliers (≈20 000 SKU) unfiltered, 2000 filtered in Magento. Every day these suppliers deliver fresh CSV, SFTP, XML or API feeds. We must: *Detect the deltas (new / changed SKU) automatically *Enrich content (images, attributes, SEO) once—inside Akeneo CE—and never in Magento. Via Icecat, 1Worldsync, HP API. *Publish to Magento. Task: *Importing 10+ suppliers: CSV, XML, API, *Mapping fields: categories, attributes, from supplier to Akeneo to Magento *Installation Akeneo and extention in magento is done. *Install other extension paid or free in akeneo. IceCatConnector, Cnet Datapool Connectors * 4 languages, standard Dutch/English, Only product name stays the same. marketing text, seo header might be different. Start │ ├─ 1. Supplier Integration │ │ │ ├─ Set up supplier CSV/XML connectors (10 predefined) each supplier has 10.000+ items, we have to filter them on categories or brands etc, before importing them │ ├─ Schedule daily sync │ ├─ Detect new/updated/discontinued SKUs │ └─ ➔ If SKUs unmapped: Flag for manual mapping │ ├─ 2. Category Management │ │ │ ├─ Configure 5-level category tree │ ├─ Toggle "Show/No Show" status per category │ └─ Map SKUs to categories (auto-suggestions available) │ ├─ 3. Product Editing │ │ │ ├─ Access Admin Interface → Product Grid │ ├─ Edit inline fields (Name only 1 language, Descriptions could be 4 languages or NL/UK, Meta tags in 4 languages) │ ├─ Filter by brand/supplier/category/language completeness │ └─ Autosave changes │ ├─ 4. AI Content Enrichment & IceCat Full or 1Wordsync. │ │ │ ├─ Check for missing data (e.g., SEO fields) │ ├─ Generate suggestions via NVIDIA NIM (e.g., Gemma, Mistral) or ICECAT, 1WorldSync, HP API │ └─ ➔ Accept/edit AI suggestions or override manually │ ├─ 5. Optional: Excel Import/Export │ │ │ ├─ Export filtered product list for offline editing │ ├─ Edit in Excel (track changes) │ ├─ Validate delta during re-import │ └─ ➔ If validation fails: Reject changes and notify │ ├─ 6.Optional: Pricing Rules │ │ │ ├─ Create rules by supplier/category │ ├─ Apply markup (%/fixed) + rounding (.99, .00) │ ├─ Daily auto-recalculation (unless manually overridden) │ └─ Preview/override via Admin Interface │ ├─ 7. OptioSync to Magento │ │ │ ├─ Daily sync of approved content │ ├─ Use Data Patch/Repository patterns │ ├─ Disable "No Show" products in Magento │ └─ ➔ If sync error: Retry or flag for review │ └─ End