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

# Commercetools

![Commercetools](https://commercetools.com/_build/images/logos/commercetools-logo-desktop.svg)

<br />

## Configuration

To set up the Commercetools source, provide the following configuration parameters:

| Key             | Description                                                             | Sample Value                 |
| --------------- | ----------------------------------------------------------------------- | ---------------------------- |
| `client_id`     | `client_id` of the API client. Used to obtain the access token.         | `abcdefg`                    |
| `client_secret` | `client_secret` of the API client. Used to obtain the access token.     | `abcdefghijklmnopqrstuvwxyz` |
| `host`          | The host in your Commercetools URL, e.g., `aws`, `gcp`.                 | `gcp`                        |
| `project_key`   | The project key associated with your project.                           | `projectkey`                 |
| `region`        | The region in your Commercetools URL, e.g., `us-central1`, `us-east-2`. | `us-central1`                |

<br />

## How to Get Your `client_id` and `client_secret`

Follow [Commercetools's documentation](https://docs.commercetools.com/api/authorization):

* Create an API client.
* Retrieve `client_id`, `client_secret`, and `project_key` from the API client credentials page.

<br />
