When to use this
If you have a list of Amazon product IDs (ASINs) or a spreadsheet of products, you can import them all at once without searching or pasting individual URLs. There are two methods:
- ASIN Codes — paste one or more ASINs directly into the import page. Requires the Creators API to be set up.
- CSV Import — upload a CSV file containing ASINs for a batch import. Requires the Creators API to be set up.
How to get to the import page
- In the plugin top menu, click Import By PA-API 5 (the menu label; it uses the Creators API).
Or from the dashboard: Quick Actions → Import By PA-API 5.
On the page you see the Product Search & Import card with three method tabs: Keywords, ASIN Codes, and CSV Import. Click the tab for the method you want.
Import by ASIN codes
- Click the ASIN Codes tab.
- Enter one or more ASINs in the input field. An ASIN is the 10-character product identifier found in the Amazon product URL (e.g.
B09XY12345). You can enter multiple ASINs — check the page for separator format (comma or newline). - Click the import button to start. Each ASIN is looked up via the Creators API and imported as a WooCommerce product.
/dp/ — for example amazon.com/dp/B09XY12345.Import by CSV file
- Click the CSV Import tab.
- Prepare a CSV file with a column of ASIN codes. Use the format shown on the page (the page shows a sample or help text for the expected CSV structure).
- Upload the CSV file using the file selector on the tab.
- Click the import button. The plugin reads each ASIN from the file, calls the Creators API for each one, and creates a WooCommerce product.
What happens during import
For each ASIN the plugin fetches: product title, description, price, images, category, and variations (if any). The imported product appears in WooCommerce with the AMS import method tag so it can be updated by Auto Products Update later.
If the API is not set up
If your Creators API credentials are missing or invalid, the page shows Amazon API Setup Required and a Configure API Now button. Click it to go to Settings → Amazon API Setting and enter your credentials. See the article Import with Amazon Creators API for full setup steps.