Product Importer in aem | Community
Skip to main content
AEMLearner-1989
New Participant
July 11, 2017
Solved

Product Importer in aem

  • July 11, 2017
  • 3 replies
  • 1939 views

Hi Frnds,

I would like to automate my product import in aem..any suggestions ....

Curently we are doing manual inmport from etc/importers

Hybrisbasestore - text box

Basename - text box

Region - text box

Import button

Regards

Sathya

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 kautuk_sahni

I would recommend you to use Curl for this automation.

Just do it once manually and copy the network call as Curl command from the browser dev console..

~kautuk

3 replies

kautuk_sahni
Employee
July 13, 2017

This is common practice to automate web dev,

See this Replay a network request in cURL  |  Web  |  Google Developers

~kautuk

Kautuk Sahni
AEMLearner-1989
New Participant
July 13, 2017

Thanks for your response...

Do you have any sample code for this activity....

And also curl command is fine for import product from hybris??

kautuk_sahni
kautuk_sahniAccepted solution
Employee
July 13, 2017

I would recommend you to use Curl for this automation.

Just do it once manually and copy the network call as Curl command from the browser dev console..

~kautuk

Kautuk Sahni