Configuration

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

KeyDescriptionSample Value
client_idclient_id of the API client. Used to obtain the access token.abcdefg
client_secretclient_secret of the API client. Used to obtain the access token.abcdefghijklmnopqrstuvwxyz
hostThe host in your Commercetools URL, e.g., aws, gcp.gcp
project_keyThe project key associated with your project.projectkey
regionThe 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, and project_key from the API client credentials page.