Amazon Selling Partner icon

Amazon Selling Partner

Interact with Amazon Selling Partner API

Overview

This node operation retrieves detailed information about a specific product listing on Amazon's Selling Partner platform. It supports searching by either Seller SKU or ASIN and allows specifying one or more Amazon marketplaces to query. Users can customize the response by selecting which types of data to include, such as summaries, attributes, issues, offers, fulfillment availability, and procurement details. This operation is useful for sellers who want to obtain comprehensive listing details for inventory management, pricing analysis, or issue resolution across multiple marketplaces.

Use Case Examples

  1. A seller wants to fetch detailed listing information for a product identified by its SKU across the US and UK marketplaces, including offers and stock availability.
  2. A seller needs to retrieve listing details by ASIN for the German marketplace, focusing on product attributes and listing issues to address compliance warnings.

Properties

Name Meaning
Listing Identifier Type Specifies whether to search the listing by Seller SKU or ASIN.
SKU The seller SKU of the listing to retrieve; required if identifier type is SKU.
ASIN The ASIN of the listing to retrieve; required if identifier type is ASIN.
Marketplace IDs Select one or more Amazon marketplaces to retrieve listing details from.
Detail Options Options to specify which types of data to include in the response and the locale for issue descriptions.

Output

JSON

  • listingDetails - The detailed information about the listing including selected data types such as summaries, attributes, issues, offers, fulfillment availability, and procurement.

Dependencies

  • Requires Amazon Selling Partner API credentials with appropriate permissions to access listing data.

Troubleshooting

  • Ensure the correct identifier type (SKU or ASIN) is selected and the corresponding value is provided; missing or incorrect identifiers will cause errors.
  • Verify that the selected marketplace IDs are valid and that the seller has access to those marketplaces.
  • Check API credentials and permissions if authentication errors occur.
  • If the response lacks expected data, confirm that the requested included data types are supported for the listing and marketplace.
  • Locale settings for issue descriptions should match supported locales to avoid localization errors.

Links

Discussion