Hi @neeleshk1333067
Can you please confirm if you are using CIF add on to connect with Magento OR you are using httpclient URL connection to connect with Magento?
If connecting using the CIF add on -
please look into this article - https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content-and-commerce/storefront/getting-started.html?lang=en#additional-resources
You will have to start AEM with CIF add on.
If connecting Magento using the HttpConnection - you will have to send the graphql or Rest based query to hit magento server and get the response back to AEM.
if Graphql - CURL based graphql query will be used.
if REST - URL based endpoint will be used.
Please let me know if need any further help.
Thanks,
Prince