You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 10, 2025. It is now read-only.
|`clientId`| YES | Commercetools client id, unique to the client |
39
+
|`clientSecret`| YES | Commercetools client secret, unique to the client |
40
+
|`authUrl`| YES | Commercetools authentication URL, something like `https://auth.{LOCATION}.{CLOUD_PLATFORM}.commercetools.com`|
41
+
|`host`| YES | Commercetools host, something like `https://api.{LOCATION}.{CLOUD_PLATFORM}.commercetools.com`|
42
+
|`scopes`| NO | Constrains endpoints the client has access to in commercetools |
43
+
|`authentication`| NO | CommerceTools Authentication variables |
44
+
|`isBasicAuth`| NO | Enable/Disable basic authentication. Default is false |
45
+
|`username`| NO | Username as configured in Commercetools |
46
+
|`password`| NO | Password as configured in Commercetools |
47
+
|`enableRetry`| NO |[Retry policy for Commercetools](https://commercetools.github.io/nodejs/sdk/api/sdkMiddlewareHttp.html#retrying-requests) on 500 or network error. Default is true |
48
+
|`service`| NO | Contains service-specific project variables |
49
+
|`locale`| NO | Locale language tag, in `aa_AA` format, based on tags mollie supports \*|
50
+
|`port`| NO | Defaults to 3000 (extension) and 3001 (notifications) |
51
+
|`logLevel`| NO | Specifies how verbose logs should be. Options are listed below. |
52
+
|`logTransports`| NO | Specifies where the logs are written to/stored. Options listed below |
52
53
53
54
- Valid tags are available here on mollie's documentation under [locale](https://docs.mollie.com/reference/v2/orders-api/create-order).
54
55
@@ -71,7 +72,8 @@ Below is an example of how these should be formatted:
0 commit comments