Actions18
- Finance Actions
- Analytics Actions
- Orders Actions
- Invoices Actions
- Shipments Actions
- Listings Actions
- Prices Actions
Overview
This node operation lists ASINs (Amazon Standard Identification Numbers) from product listings on specified Amazon marketplaces. It is useful for sellers or developers who want to retrieve detailed information about their product listings across multiple Amazon marketplaces. For example, a seller can use this node to fetch ASINs along with attributes, offers, and stock availability to manage inventory or analyze product performance.
Use Case Examples
- Retrieve all ASINs from the US and UK marketplaces including summaries and offers.
- Filter listings by SKU pattern and status to get only buyable items from the Canada marketplace.
- Fetch detailed product attributes and procurement information for listings in the Germany marketplace.
Properties
| Name | Meaning |
|---|---|
| Marketplace IDs | Select the Amazon marketplaces to retrieve listings from, such as US, UK, Canada, etc. |
| Additional Options | Optional parameters to customize the listing retrieval, including data types to include, pagination, filtering, and locale for issue descriptions. |
Output
JSON
asin- The ASIN identifier of the product listing.marketplaceId- The marketplace identifier where the listing is available.summaries- Basic listing information if included in the response.attributes- Detailed product attributes if requested.issues- Listing issues and warnings if included.offers- Offer information including price details.fulfillmentAvailability- Stock and fulfillment details for the listing.procurement- Procurement information related to the listing.
Dependencies
- Requires Amazon Selling Partner API credentials with appropriate permissions to access listings data.
Troubleshooting
- Ensure the Amazon Selling Partner API credentials are correctly configured and have the necessary permissions to access listings data.
- If the node returns an error about unknown resource or operation, verify that the resource is set to 'Listings' and operation to 'List ASINs'.
- Pagination issues may occur if 'Return All Results' is false and the page size is set too low; adjust these settings accordingly.
- Filtering by SKU or status may return no results if the filter criteria do not match any listings; verify filter values.
- Locale settings for issue descriptions should match supported values to avoid localization errors.
Links
- Amazon Selling Partner API - Listings Items API - Official documentation for the Listings Items API used to retrieve product listing information including ASINs.