I want to do automation in amazon seller account, product code need to search and submit for approval
Hi @amit8
Can try the below steps,
If you want any specific steps to automate can you provide the requirement
-
Open Amazon Seller Central: Use the Open Browser activity to navigate to the Amazon Seller Central login page and log in using your credentials.
-
Search for Product Codes:
Use the Read Range activity to read product codes from an Excel file.
Loop through each product code using the For Each Row activity.
Use the Type Into activity to enter the product code into the search bar on Amazon Seller Central.
Use the Click activity to initiate the search. -
Submit for Approval:
After the search results are displayed, use the Click activity to select the appropriate product.
Navigate to the approval submission section using the Click or Type Into activities.
Use the Click activity to submit the product for approval.
Error Handling: Implement error handling to manage scenarios where the product code is not found or the submission fails.
Regards,
Gowtham Krishnan