Request parameters for getCatalogItem operation in CatalogItemsApi.

CatalogItemsApiGetCatalogItemRequest

interface CatalogItemsApiGetCatalogItemRequest {
    asin: string;
    includedData?: GetCatalogItemIncludedDataEnum[];
    locale?: string;
    marketplaceIds: string[];
}

Properties

asin: string

The Amazon Standard Identification Number (ASIN) of the item.

CatalogItemsApiGetCatalogItem

A comma-delimited list of data sets to include in the response. Default: `summaries`.

CatalogItemsApiGetCatalogItem

locale?: string

Locale for retrieving localized summaries. Defaults to the primary locale of the marketplace.

CatalogItemsApiGetCatalogItem

marketplaceIds: string[]

A comma-delimited list of Amazon marketplace identifiers. Data sets in the response contain data only for the specified marketplaces.

CatalogItemsApiGetCatalogItem