diff --git a/application-templates/javascript/connect.yaml b/application-templates/javascript/connect.yaml index 4396a3a..e42b8fd 100644 --- a/application-templates/javascript/connect.yaml +++ b/application-templates/javascript/connect.yaml @@ -61,8 +61,8 @@ deployAs: configuration: standardConfiguration: - key: APPLICATION_ID - description: commercetools Composable Commerce application ID + description: The Custom Application ID is provided when you add a Custom Application in the Merchant Center required: true - key: CLOUD_IDENTIFIER - description: commercetools Composable Commerce cloud identifier + description: The identifier of the cloud Region that the Custom Application uses to connect to Composable Commerce. The values map to the actual Merchant Center API URL for that Region required: true \ No newline at end of file diff --git a/application-templates/typescript/connect.yaml b/application-templates/typescript/connect.yaml index 4283f62..6f23f7c 100644 --- a/application-templates/typescript/connect.yaml +++ b/application-templates/typescript/connect.yaml @@ -61,8 +61,8 @@ deployAs: configuration: standardConfiguration: - key: APPLICATION_ID - description: commercetools Composable Commerce application ID + description: The Custom Application ID is provided when you add a Custom Application in the Merchant Center required: true - key: CLOUD_IDENTIFIER - description: commercetools Composable Commerce cloud identifier + description: The identifier of the cloud Region that the Custom Application uses to connect to Composable Commerce. The values map to the actual Merchant Center API URL for that Region required: true \ No newline at end of file