Install and deploy the Merchant Center custom application
Learn how to install and deploy the commercetools Merchant Center custom application.
Install the Merchant Center custom application
Deploy the Merchant Center custom application
Create an .ENV file
ENABLE_NEW_JSX_TRANSFORM="true"
FAST_REFRESH="true"
REACT_APP_PUBLIC_ENCRYPTION_KEY=<your PUBLIC encryption key>
PRODUCTION_URL=<url where the custom application is accessible>
MANUAL_PRODUCT_SYNC_ENDPOINT=<url where the connector us accessible>/api/v1/products/sync
ENTRY_POINT_URI_PATH=digital-river
APPLICATION_ID=<application id>
MANAGE_PERMISSION=ManageDigitalRiverProperty
Source
Deploy the custom application
Dockerfile and Google Cloud Run deployment example
PreviousUse the commercetools Merchant Center custom applicationNextConfigure the Merchant Center custom application
Last updated