Bind Products for AEM Commerce on AEM as a Cloud Service | Community
Skip to main content
Nikhil-Kumar
Community Advisor
Community Advisor
September 14, 2020
Solved

Bind Products for AEM Commerce on AEM as a Cloud Service

  • September 14, 2020
  • 3 replies
  • 2090 views

Hi All,

I was trying out the AEM Commerce on AEM as a Cloud Service where I have used the latest archetype 24 project.
I followed all the steps from https://docs.adobe.com/content/help/en/experience-manager-cloud-service/commerce/develop.html

 

But where do we Bind the product and verify that the endpoint that I have configured as part of Environment Variables is connected to my AEM instance ?

Thanks,
Nikhil Kumar


@joerghoh  @arunpatidar @vanegi 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by mhaack

Hi, let me help to answer this. There is no product binding for CIF on AEM as a Cloud Services any more. All the configuration is done via Cloud Services now.

 

@nikhil-kumar if you follow the instructions documented you should already see products in the product console in your local AEM Cloud SDK setup. The CIF Add-On comes pre-configured with a config that connects to the default store in Magento. If you would like to connect multiple or different stores go to Tools > Cloud Services > CIF Configuration in your AEM author.

3 replies

joerghoh
Adobe Employee
Adobe Employee
September 14, 2020

If you have specific questions about how to use the Archetype I would recommend you to raise the question at the respective github project: https://github.com/adobe/aem-project-archetype/issues

 

There you have the people which created it and which should be able to answer your questions.

Nikhil-Kumar
Community Advisor
Community Advisor
September 14, 2020
Just wanted to know that where the AEM Magento URL mapping console is available in AEMaaCs
Nikhil-Kumar
Community Advisor
Community Advisor
September 14, 2020

@joerghoh 

http://localhost:4502/libs/commerce/gui/content/products.html/var/commerce/products/we-retail   --> AEM 6.5

This console is not available in AEMaaCs so what is the alternative to bind the products on AEMaaCs ?



Thanks!!

 

mhaack
Adobe Employee
mhaackAdobe EmployeeAccepted solution
Adobe Employee
September 15, 2020

Hi, let me help to answer this. There is no product binding for CIF on AEM as a Cloud Services any more. All the configuration is done via Cloud Services now.

 

@nikhil-kumar if you follow the instructions documented you should already see products in the product console in your local AEM Cloud SDK setup. The CIF Add-On comes pre-configured with a config that connects to the default store in Magento. If you would like to connect multiple or different stores go to Tools > Cloud Services > CIF Configuration in your AEM author.

Nikhil-Kumar
Community Advisor
Community Advisor
September 16, 2020
Thanks @mhaack for the inputs, what if I have an graphql end point from AdobeIO suppose https://adobeioruntime.net/api/v1/web/<name-space>/<project-name>/dispatcher. Then in that case when we want to bind it with AEM, then what would be the catalog root id ? (As it is mandatory. How will I bind the adobeio graphql endpoints ?)