From 5032914174e482b9813d2658138ccb3a212d1359 Mon Sep 17 00:00:00 2001 From: Prateek Srivastava <86006694+prateek-ct@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:37:37 +0100 Subject: [PATCH 1/5] Update connect.yaml --- application-templates/javascript/connect.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application-templates/javascript/connect.yaml b/application-templates/javascript/connect.yaml index 34f81e2..7703c57 100644 --- a/application-templates/javascript/connect.yaml +++ b/application-templates/javascript/connect.yaml @@ -75,7 +75,6 @@ deployAs: required: true # - name: merchant-center-custom-application # applicationType: merchant-center-custom-application - # endpoint: / # configuration: # standardConfiguration: # - key: APPLICATION_ID @@ -83,4 +82,4 @@ deployAs: # required: true # - key: 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 + # required: true From a26ff7eb545b9d71dffe0e9c8e7aa94f5e327251 Mon Sep 17 00:00:00 2001 From: Prateek Srivastava <86006694+prateek-ct@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:40:37 +0100 Subject: [PATCH 2/5] Update connect.yaml --- application-templates/typescript/connect.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/application-templates/typescript/connect.yaml b/application-templates/typescript/connect.yaml index bd6fb18..e09e90b 100644 --- a/application-templates/typescript/connect.yaml +++ b/application-templates/typescript/connect.yaml @@ -75,12 +75,14 @@ deployAs: required: true # - name: merchant-center-custom-application # applicationType: merchant-center-custom-application - # endpoint: / # configuration: # standardConfiguration: - # - key: APPLICATION_ID + # - key: CUSTOM_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: 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 + # default: 'gcp-eu' + # - key: ENTRY_POINT_URI_PATH + # description: The Application entry point URI path identified during registration of Custom Application + # required: true From 9333ae1a92ec1170a63f2ba2b71b0a6d126c6d5a Mon Sep 17 00:00:00 2001 From: Prateek Srivastava <86006694+prateek-ct@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:41:04 +0100 Subject: [PATCH 3/5] Update connect.yaml --- application-templates/javascript/connect.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/application-templates/javascript/connect.yaml b/application-templates/javascript/connect.yaml index 7703c57..336835e 100644 --- a/application-templates/javascript/connect.yaml +++ b/application-templates/javascript/connect.yaml @@ -77,9 +77,12 @@ deployAs: # applicationType: merchant-center-custom-application # configuration: # standardConfiguration: - # - key: APPLICATION_ID + # - key: CUSTOM_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: 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 + # default: 'gcp-eu' + # - key: ENTRY_POINT_URI_PATH + # description: The Application entry point URI path identified during registration of Custom Application # required: true From c5469c89fedb8807ffba32cc2a2c4caa38732714 Mon Sep 17 00:00:00 2001 From: Prateek Srivastava <86006694+prateek-ct@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:42:19 +0100 Subject: [PATCH 4/5] Update README.md --- .../javascript/merchant-center-custom-application/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application-templates/javascript/merchant-center-custom-application/README.md b/application-templates/javascript/merchant-center-custom-application/README.md index 68de2d3..3acd6f8 100644 --- a/application-templates/javascript/merchant-center-custom-application/README.md +++ b/application-templates/javascript/merchant-center-custom-application/README.md @@ -1,5 +1,5 @@ -To create Custom Application for the Merchant Center you can visit [getting starter documentation](https://docs.commercetools.com/custom-applications/getting-started). +To create Custom Application for the Merchant Center you can visit [getting starter documentation](https://docs.commercetools.com/custom-applications/getting-started) and for [Deploying on Connect] (https://docs.commercetools.com/custom-applications/deployment-examples/commercetools-connect) The easiest way to get started is to use Merchant Center's [starter template](https://docs.commercetools.com/custom-applications/getting-started#installing-a-starter-template). The app should live inside this folder and it should be the Custom Application's root folder. -Once you finished developing the Merchant Center application, review and uncomment the proper configuration in [connect.yaml](../connect.yaml) to enable this application as part of the connector. \ No newline at end of file +Once you finished developing the Merchant Center application, review and uncomment the proper configuration in [connect.yaml](../connect.yaml) to enable this application as part of the connector. From 345fc1f00eb872b5b49b6b7b49a0df5fdd83abff Mon Sep 17 00:00:00 2001 From: Prateek Srivastava <86006694+prateek-ct@users.noreply.github.com> Date: Wed, 13 Mar 2024 14:42:34 +0100 Subject: [PATCH 5/5] Update README.md --- .../typescript/merchant-center-custom-application/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application-templates/typescript/merchant-center-custom-application/README.md b/application-templates/typescript/merchant-center-custom-application/README.md index 68de2d3..3acd6f8 100644 --- a/application-templates/typescript/merchant-center-custom-application/README.md +++ b/application-templates/typescript/merchant-center-custom-application/README.md @@ -1,5 +1,5 @@ -To create Custom Application for the Merchant Center you can visit [getting starter documentation](https://docs.commercetools.com/custom-applications/getting-started). +To create Custom Application for the Merchant Center you can visit [getting starter documentation](https://docs.commercetools.com/custom-applications/getting-started) and for [Deploying on Connect] (https://docs.commercetools.com/custom-applications/deployment-examples/commercetools-connect) The easiest way to get started is to use Merchant Center's [starter template](https://docs.commercetools.com/custom-applications/getting-started#installing-a-starter-template). The app should live inside this folder and it should be the Custom Application's root folder. -Once you finished developing the Merchant Center application, review and uncomment the proper configuration in [connect.yaml](../connect.yaml) to enable this application as part of the connector. \ No newline at end of file +Once you finished developing the Merchant Center application, review and uncomment the proper configuration in [connect.yaml](../connect.yaml) to enable this application as part of the connector.