Skip to main content
A ready to use integration service for connecting Commercetools as an Enterspeed data-source by importing products, variants and categories. Included in the respository is a reference implementation based on Azure Functions, that may be deployed directly - or integrated into your own projects. The included default implementation includes products, variants, availability, pricing and attributes, along with categories and their custom fields.

Installation

With .NET CLI
dotnet add package Enterspeed.Source.Commercetools --version <version>
Using the Package Manager
Install-Package Enterspeed.Source.Commercetools -Version <version>

Configuration

Check out the Github repo for more information on how to configure the Commercetools integration.