Optional
configuration: ConfigurationEffective September 30, 2022, the getCatalogItem
operation will no longer be available in the Selling Partner API for Catalog Items v0. This operation is available in the latest version of the Selling Partner API for Catalog Items v2022-04-01. Integrations that rely on this operation should migrate to the latest version to avoid service disruption. Note: The listCatalogCategories
operation is not being deprecated and you can continue to make calls to it.
A marketplace identifier. Specifies the marketplace for the item.
The Amazon Standard Identification Number (ASIN) of the item.
Optional
options: RawAxiosRequestConfigOverride http request option.
Returns the parent categories to which an item belongs, based on the specified ASIN or SellerSKU. Usage Plan: | Rate (requests per second) | Burst | | ---- | ---- | | 1 | 2 | The x-amzn-RateLimit-Limit
response header returns the usage plan rate limits that were applied to the requested operation, when available. The table above indicates the default rate and burst values for this operation. Selling partners whose business demands require higher throughput may see higher rate and burst values than those shown here. For more information, see Usage Plans and Rate Limits in the Selling Partner API.
A marketplace identifier. Specifies the marketplace for the item.
Optional
aSIN: stringThe Amazon Standard Identification Number (ASIN) of the item.
Optional
sellerSKU: stringUsed to identify items in the given marketplace. SellerSKU is qualified by the seller's SellerId, which is included with every operation that you submit.
Optional
options: RawAxiosRequestConfigOverride http request option.
Effective September 30, 2022, the listCatalogItems
operation will no longer be available in the Selling Partner API for Catalog Items v0. As an alternative, searchCatalogItems
is available in the latest version of the Selling Partner API for Catalog Items v2022-04-01. Integrations that rely on the listCatalogItems
operation should migrate to the searchCatalogItems
operation to avoid service disruption. Note: The listCatalogCategories
operation is not being deprecated and you can continue to make calls to it.
A marketplace identifier. Specifies the marketplace for which items are returned.
Optional
query: stringKeyword(s) to use to search for items in the catalog. Example: 'harry potter books'.
Optional
queryContextId: stringAn identifier for the context within which the given search will be performed. A marketplace might provide mechanisms for constraining a search to a subset of potential items. For example, the retail marketplace allows queries to be constrained to a specific category. The QueryContextId parameter specifies such a subset. If it is omitted, the search will be performed using the default context for the marketplace, which will typically contain the largest set of items.
Optional
sellerSKU: stringUsed to identify an item in the given marketplace. SellerSKU is qualified by the seller's SellerId, which is included with every operation that you submit.
Optional
uPC: stringA 12-digit bar code used for retail packaging.
Optional
eAN: stringA European article number that uniquely identifies the catalog item, manufacturer, and its attributes.
Optional
iSBN: stringThe unique commercial book identifier used to identify books internationally.
Optional
jAN: stringA Japanese article number that uniquely identifies the product, manufacturer, and its attributes.
Optional
options: RawAxiosRequestConfigOverride http request option.
CatalogApi - functional programming interface
Export