No Per-SKU Fees
Grow from thousands to hundreds of thousands of SKUs without moving into another SaaS pricing tier simply because the catalog became more successful.
Checkout using your account
This form is protected by reCAPTCHA - the Google Privacy Policy and Terms of Service apply.
Checkout as a new customer
Creating an account has many benefits:
Works with:
30-day money back guarantee
Gitlab access is only given to Agencies and Freelancers after
approval process.
Please note: we do not provide installation or implementation services for our extensions.
Installation should be handled by the developer or agency managing your store. This approach ensures:
Although we don’t offer installation, we maintain a curated list of recommended development agencies experienced with our solutions.
If you'd like to receive this list, please contact us at [email protected].
Partnership Inquiries
Product feed platforms often become more expensive as catalogs, markets and channels grow. Advanced Product Feeds keeps the generation engine inside Magento, giving agencies predictable infrastructure and merchants predictable costs.
Grow from thousands to hundreds of thousands of SKUs without moving into another SaaS pricing tier simply because the catalog became more successful.
Product, pricing and customer-group data is processed inside Magento. Only the final generated feed is sent to destinations you configure.
Agencies can standardise feed architecture, templates and delivery patterns instead of rebuilding marketplace exports independently for every client.
Streaming generation processes products progressively rather than loading the entire catalog into memory, keeping resource consumption bounded on large catalogs.
Start from ready-made feed templates or create a completely custom output for a marketplace, comparison engine, affiliate platform or internal integration.
Generate Google-compatible product data using a dedicated marketplace template and category taxonomy mapping.
Build marketplace-specific outputs including variant and parent relationships rather than flattening the Magento catalog incorrectly.
Map Magento categories to marketplace taxonomy and automate repeatable export schedules.
Dedicated taxonomy support helps agencies serving Central European commerce projects align Magento categories with Allegro's product structure.
Prepare catalog feeds for Meta commerce and advertising without maintaining a separate export pipeline.
XML, CSV, TXT and JSON templates let your team implement specifications that are not covered by a prebuilt marketplace connector.
Product inclusion uses Magento's familiar rule-condition model, letting technical and merchant teams define feed eligibility dynamically instead of maintaining static product lists.
Create rules such as in stock, above a specific price, within selected categories, carrying particular attributes or available to a chosen store view. As the catalog changes, the feed selection changes with it.
This is particularly useful for agencies managing large catalogs where manual feed curation quickly becomes another recurring maintenance task.
Export enabled variants individually while preserving parent relationships and inheriting suitable parent information where child values are unavailable.
Use dedicated product-type resolution instead of forcing grouped products through generic simple-product output.
Bundle structures receive dedicated output handling, providing agencies with control over how complex catalog products appear downstream.
Each feed runs in a chosen Magento store view and customer-group context, allowing prices to resolve through Magento's normal pricing stack instead of relying only on a raw base-price attribute.
That includes relevant special prices, catalog price rules and tier pricing, making it possible to maintain separate public, B2B or market-specific product feeds from the same Magento catalog.
Generating rows is not the difficult part. Feed failures are often quiet: invalid escaping, incorrect prices, a broken scheduled job or a destination that stopped accepting files.
One invalid value can reject an entire upload.
Format-aware helpers correctly encode XML, CSV, JSON and URLs so catalog data does not accidentally break the destination format.
A technically valid feed can still advertise the wrong price.
Feed generation respects store-view and customer-group context, allowing Magento pricing logic to remain part of the export.
Large catalogs expose inefficient export implementations.
Streaming generation writes progressively instead of accumulating the entire catalog in memory.
A feed can stop refreshing while the channel keeps using old data.
Execution logs capture status, product count, generated file size, duration and warnings. Failed scheduled runs can trigger email alerts.
A valid file is worthless if it never reaches its destination.
FTP and SFTP destinations can be connection-tested before production schedules depend on them.
Fixed mapping interfaces age badly.
Template-driven output lets developers change field names, nesting and formatting directly when a marketplace specification evolves.
Generate files directly into a configured server directory.
Automatically upload generated feeds to traditional FTP destinations.
Deliver to secure SFTP endpoints and validate connectivity before scheduling.
Send generated feeds by email where legacy integrations require file delivery.
Delivery destinations are extensible, so agencies can add project-specific output channels without rewriting the feed generation engine.
Product feeds are often deeply project-specific. The architecture is intentionally designed so agencies can add custom marketplace logic without turning the vendor module into a permanent fork.
Add another marketplace taxonomy through the DI pool instead of altering core code.
Implement S3, webhook or proprietary delivery mechanisms as additional destination services.
Extend product transformation logic when a client catalog uses custom product structures.
Add project- or channel-specific validation before generated data reaches production.
Integrate additional workflows around feed generation without modifying the generator itself.
Provision feed profiles through REST and automate generation or taxonomy sync from CLI and CI/CD.
Feed rendering is powered by Tsuku, qoliber's MIT-licensed PHP templating library.
Developers work with readable templates instead of closed mapping screens, while streaming execution means products can move through the renderer one at a time. The same architecture that makes templates flexible is also what keeps memory consumption predictable on large catalogs.
The extension also passes the Magento coding standard with zero reported errors and has been audited for structure, security and performance.
There are three common ways to solve product feeds: move catalog data into an external SaaS, install a fixed Magento export extension, or keep a programmable feed engine directly inside the commerce platform.
| Capability | qoliber | Feed SaaS | Competing modules |
|---|---|---|---|
| Commercial model | No per-SKU SaaS fees | Commonly monthly and usage/catalog based | Usually extension licensing |
| Data processing | Inside Magento | External platform | Inside Magento |
| Output control | Fully template-driven | Platform-specific mapping UI | Often predefined fields |
| Large catalogs | Streaming, bounded-memory generation | Depends on service tier and platform | Implementation varies |
| Pricing accuracy | Store-view + customer-group context | Depends on supplied source data | Often simpler attribute export |
| Marketplace categories | Mapped in Magento, per store view | Typically mapped externally | Support varies |
| Delivery | Local, FTP, SFTP, email + extensible pool | Managed by SaaS platform | Varies |
| Automation | Per-feed schedule, REST and CLI | Service-defined refresh model | Often cron-based |
| Extensibility | DI pools + lifecycle events + templates | Limited by platform integrations | Varies by vendor |
| Failure visibility | Execution log + failure emails | External dashboard | Varies |
“Feed SaaS” and “Typical Magento Extension” describe common characteristics of those approaches rather than any individual vendor. Features and commercial models vary between products.
Already running another Magento product feed solution? qoliber can help reproduce existing feed profiles, templates, category mappings and schedules so the files your channels already accept do not need to change during migration.
For agency partners, existing feed configurations can be migrated without starting from a blank implementation.
Magento Open Source 2.4.x, Adobe Commerce and Mage-OS.
8.1 – 8.5.
XML, CSV, TXT, JSON and other text formats expressible through templates.
REST for feed profiles and templates. No GraphQL.
Ready-made templates and taxonomy support cover major channels including Google Shopping, Amazon, eBay, Allegro and Meta/Facebook. Because output is template-driven, you can also create feeds for custom marketplaces and integrations.
XML, CSV, TXT and JSON are supported directly, while the template system can generate other text-based formats required by custom integrations.
Products are streamed through the renderer and written directly to the output file, so memory consumption is not proportional to total catalog size. The solution has been scale-tested with catalogs above 100,000 products.
Yes. A feed runs in a specific store-view and customer-group context, allowing Magento pricing rules, special prices and applicable tier prices to be reflected in generated output.
Configurable products can export enabled variants as individual rows while retaining the parent relationship required by destination channels. Variant information can inherit appropriate values such as names and images where required.
Feed generation and rendering happen inside your Magento installation. Only generated feed files are sent to configured destinations. Optional marketplace taxonomy modules can retrieve public category structures from their respective platforms.
Yes. Every feed can have its own schedule using presets or custom cron expressions. Generation is also available through CLI, while feed profiles and templates can be managed through REST for external deployment and automation workflows.
No. Product Feeds currently exposes REST APIs for profile and template management. Feed generation and marketplace taxonomy synchronisation are also available through CLI.
Every execution is recorded with status, product count, duration, file size and warning information. A failed scheduled run can send an email alert so outdated marketplace data does not remain unnoticed.