Sources
Commercetools
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 |
How to Get Your client_id
and client_secret
Follow Commercetools’s documentation:
- Create an API client.
- Retrieve
client_id
,client_secret
, andproject_key
from the API client credentials page.