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
Solved! Go to Solution.
Views
Replies
Total Likes
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
Views
Replies
Total Likes
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
Views
Replies
Total Likes
Thanks for your response...
Do you have any sample code for this activity....
And also curl command is fine for import product from hybris??
Views
Replies
Total Likes
This is common practice to automate web dev,
See this Replay a network request in cURL | Web | Google Developers
~kautuk
Views
Replies
Total Likes