Production-ready • Full & Incremental sync

Everything You Need to Export Akeneo

From custom enrichers to variant flattening, from multi-channel to incremental sync—every feature built for production scale.

20-30 items/sec throughput
10+ enrichers included

Akeneo Connector Built for Production Scale

Every connector feature designed for reliability, performance, and developer experience

10+ Built-in Enrichers

Auto-enrich with categories, attributes, entities, assets, and SEO slugs. Plus custom enrichers for your logic.

Category path resolution
Entity record expansion
Conditional rules & transforms

Multi-Channel & Locale

One configuration per scope for clean isolation. Export to separate databases or use custom table names for flexible channel management.

1 configuration = 1 scope
Custom table/collection names
Embedded locale translations

Intelligent Variant Flattening

3-level Akeneo hierarchy automatically flattened. Product Models + variants in one document with zero redundancy.

Smart attribute distribution
Eliminates data duplication
Works with any variant config

Multiple Destinations

MongoDB for denormalized docs, PostgreSQL for hybrid JSONB+relational, or MySQL for traditional SQL. Your choice.

MongoDB with bulk operations
PostgreSQL Hybrid mode
MySQL with JSON columns
Simultaneous exports supported

Incremental Sync

Export only changed products with automatic state tracking. Update databases in seconds, not hours.

Automatic mode detection
Inverse dependency tracking
State tracking per configuration

Production Monitoring

Real-time metrics, error tracking, export reports. Know exactly what's happening with your data.

Product/error/performance metrics
Stage-by-stage timing
Export status tracking

How the Connector Works

Connect Akeneo PIM to your database in 3 simple steps

Akeneo PIM
• OAuth2• Multi-channel• Multi-locale
Product Conversion
• Variant flattening• Smart filtering• UUID handling
Enrichment Pipeline
Built-in
CategoryEnricher
AttributeEnricher
AssetEnricher
Custom
TransformEnricher
ValidationEnricher
ConditionalEnricher
Pipeline
Sequential execution
Error continuation
Custom order
Performance
Incremental sync
Reference caching
20-30 items/sec
MongoDB
Denormalized docs
Bulk operations
PostgreSQL
JSONB + relational
Hybrid schema
MySQL
JSON columns
Traditional SQL

Feature Deep Dives

Technical details for each major capability

Multi-Channel & Multi-Locale Architecture

Each export configuration targets exactly one Akeneo scope (channel). This clean separation gives you two flexible strategies for organizing your data across channels.

1 Configuration = 1 Scope— Clean isolation by design

Strategy A: Database per Scope

Create separate configurations, each targeting a different database.

Physical isolation: ecommerce, b2b
No scope filtering: Queries are simple and fast
Independent scaling: Scale each database separately

Strategy B: Custom Table/Collection Names

Use the same database with prefixed table or collection names.

Custom naming: ecommerce_products, b2b_products
Single database: Simpler infrastructure to manage
Cross-channel queries: Join data when needed

Embedded Locale Translations

Default locale at root: Fast queries without joins
Locale object: All translations in one document
Atomic updates: Product + locales together

Example Document Structure

// Collection: ecommerce_products (or database: ecommerce)
{
  "_id": "nike-air-max",
  "code": "nike-air-max",
  "attributes": {
    "price": { "amount": 129.99, "currency": "USD" }
  },
  "locales": {
    "fr_FR": {
      "attributes": {
        "name": "Nike Air Max 90",
        "description": "Chaussure classique..."
      }
    },
    "de_DE": {
      "attributes": {
        "name": "Nike Air Max 90",
        "description": "Klassischer Schuh..."
      }
    }
  }
}

Built For Real-World Use Cases

See how e-commerce teams use SyncPIM connector

E-commerce Storefronts

Export to MongoDB for Next.js/React storefronts. Use enrichers to add SEO slugs, format descriptions, validate completeness.

Key Metrics
40k SKUs exported in 2 min
4x daily updates
Multi-channel pricing
Tech Stack
MongoDBNext.jsIncremental sync

Multi-Tenant SaaS

White-label PIM exporter for agencies. Each client gets isolated database. Custom validation enrichers enforce brand guidelines.

Key Metrics
50+ active tenants
Zero manual config
Physical isolation
Tech Stack
PostgreSQLMySQLDatabase-per-tenantCustom enrichers

Ready to Experience These Features?

Start with 10 free exports. No credit card required.

Join companies already exporting millions of products in production