Amazon Selling Partner icon

Amazon Selling Partner

Interact with Amazon Selling Partner API

Overview

This node interacts with the Amazon Selling Partner API to retrieve detailed information about product listings on Amazon marketplaces. Specifically, the 'Get Listing Details' operation allows users to fetch comprehensive data about a listing by specifying either the Seller SKU or ASIN as the identifier. Users can select one or more Amazon marketplaces to query and customize the response by including various types of data such as summaries, attributes, issues, offers, fulfillment availability, and procurement details. This node is beneficial for sellers or developers who need to monitor and manage their product listings across multiple Amazon marketplaces, ensuring they have up-to-date and detailed listing information.

Use Case Examples

  1. A seller wants to retrieve detailed listing information for a product identified by its SKU across the US and UK marketplaces, including offers and stock availability.
  2. A developer needs to fetch listing issues and warnings for a product identified by its ASIN in the German marketplace to troubleshoot listing problems.

Properties

Name Meaning
Listing Identifier Type Type of identifier to use for lookup, either Seller SKU or ASIN.
SKU The seller SKU of the listing to retrieve. Required if 'Listing Identifier Type' is SKU.
ASIN The ASIN of the listing to retrieve. Required if 'Listing Identifier Type' is ASIN.
Marketplace IDs Select the Amazon marketplaces to retrieve listing details from. Multiple marketplaces can be selected.
Detail Options Options to customize the types of data included in the response and the locale for issue descriptions.

Output

JSON

  • listingDetails - Detailed information about the listing including summaries, attributes, issues, offers, fulfillment availability, and procurement data as requested.

Dependencies

  • Requires Amazon Selling Partner API credentials for authentication and access.

Troubleshooting

  • Common issues include invalid or missing credentials, incorrect identifier type or value, unsupported marketplace IDs, and network or API rate limit errors.
  • Error messages may indicate unknown operations or resources if the parameters are misconfigured.
  • To resolve errors, verify that the correct identifier type and value are provided, ensure the selected marketplaces are valid, and check that API credentials are properly configured and have necessary permissions.

Links

Discussion