Amazon Selling Partner icon

Amazon Selling Partner

Interact with Amazon Selling Partner API

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 get summaries, attributes, offers, and stock availability of their products on Amazon.com and Amazon.co.uk simultaneously.

Use Case Examples

  1. Retrieve all ASINs from the US and UK marketplaces with detailed product attributes and offers.
  2. Filter listings by SKU pattern and status to get only buyable items from the Canada marketplace.

Properties

Name Meaning
Marketplace IDs Select the Amazon marketplaces to retrieve listings from, such as US, Canada, UK, Germany, 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 included in the response.
  • issues - Listing issues and warnings if included in the response.
  • offers - Offer information including price if included in the response.
  • fulfillmentAvailability - Stock and fulfillment details if included in the response.
  • procurement - Procurement information if included in the response.

Dependencies

  • Amazon Selling Partner API credentials with appropriate permissions

Troubleshooting

  • Ensure the Amazon Selling Partner API credentials are correctly configured and have access to the specified marketplaces.
  • If the node returns an error about unknown operations or resources, verify that the resource is set to 'Listings' and operation to 'List ASINs'.
  • Pagination errors may occur if 'Return All Results' is false and the page size or max results limit is set too low; adjust these settings accordingly.
  • Filtering by SKU or status requires correct patterns and valid status values; invalid filters may result in empty responses.

Links

Discussion