Amazon Selling Partner icon

Amazon Selling Partner

Interact with Amazon Selling Partner API

Overview

This node operation interacts with the Amazon Selling Partner API to list product listings (ASINs) from 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, fulfillment availability, and other listing details to manage inventory or analyze product performance.

Use Case Examples

  1. Retrieve all ASIN listings from the US and UK marketplaces including summaries, attributes, and offers.
  2. Filter listings by SKU pattern and status to get only buyable items from the Canada marketplace.
  3. Paginate through listings with a page size of 10 and limit the total results to 500.

Properties

Name Meaning
Marketplace IDs Select the Amazon marketplaces to retrieve listings from. Multiple marketplaces can be selected.
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 Amazon Standard Identification Number for the 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 if included.
  • fulfillmentAvailability - Stock and fulfillment details if included.
  • procurement - Procurement information if included.

Dependencies

  • Amazon Selling Partner API credentials (API key and authentication token)

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 errors may occur if 'Return All Results' is false and the page size or max results limit is set incorrectly; adjust these parameters accordingly.
  • Locale settings for issue descriptions must be valid; otherwise, issue descriptions may not be localized properly.

Links

Discussion