Expand my Community achievements bar.

SOLVED

Product Importer in aem

Avatar

Level 5

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

1 Accepted Solution

Avatar

Correct answer by
Administrator

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

View solution in original post

3 Replies

Avatar

Correct answer by
Administrator

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

Avatar

Level 5

Thanks for your response...

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

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

Avatar

Administrator

This is common practice to automate web dev,

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

~kautuk



Kautuk Sahni