Interface CatalogItemsApiModelV20201201CatalogApiGetCatalogItemRequest

Request parameters for getCatalogItem operation in CatalogApi.

CatalogApiGetCatalogItemRequest

interface CatalogItemsApiModelV20201201CatalogApiGetCatalogItemRequest {
    asin: string;
    includedData?: (
        | "attributes"
        | "identifiers"
        | "images"
        | "productTypes"
        | "salesRanks"
        | "summaries"
        | "variations"
        | "vendorDetails"
    )[];
    locale?: string;
    marketplaceIds: string[];
}

Properties

asin: string

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

CatalogApiGetCatalogItem

includedData?: (
    | "attributes"
    | "identifiers"
    | "images"
    | "productTypes"
    | "salesRanks"
    | "summaries"
    | "variations"
    | "vendorDetails"
)[]

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

CatalogApiGetCatalogItem

locale?: string

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

CatalogApiGetCatalogItem

marketplaceIds: string[]

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

CatalogApiGetCatalogItem

MMNEPVFCICPMFPCPTTAAATR