> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enterspeed.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Commercetools

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

```bash theme={null}
dotnet add package Enterspeed.Source.Commercetools --version <version>
```

Using the Package Manager

```bash theme={null}
Install-Package Enterspeed.Source.Commercetools -Version <version>
```

## Configuration

Check out the [Github repo](https://github.com/enterspeedhq/enterspeed-source-commercetools) for more information on how to configure the Commercetools integration.
