About Akeneo
Akeneo is the Product Experience company, helping organizations deliver enriched, engaging, consistent, and compelling product experiences across all owned and unowned channels, including ecommerce, mobile, print, social commerce, points of sale, and beyond.
Read more at akeneo.com.
Introduction
This is a template project for building a provider that onboards products, categories, and media from Akeneo PIM.
The provider is no longer distributed as an app on the Akeneo marketplace. Request the source code and deploy it yourself, in the same way as the other boilerplate providers.
How it works
The provider is an Azure Functions app built on Durable Functions. One HTTP endpoint registers an Akeneo connection for a tenant, and another starts a synchronization for that tenant. Each run imports categories, products, and media in parallel, paging through the Akeneo API and onboarding the results to Occtoo, and transfers only what has changed since the last successful run.
To get the provider details required by the template, see Add a data provider and Client/secret.
Download and installation
Request the latest code from developer@occtoo.com, then build and deploy it. The included README lists the application settings the provider needs.