Selling Partner API SDK for JavaScript

    Request parameters for getCatalogItem operation in CatalogApi.

    CatalogApiGetCatalogItemRequest

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

    Properties

    asin: string

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

    CatalogApiGetCatalogItem

    A comma-delimited list of datasets to include in the response.

    CatalogApiGetCatalogItem

    locale?: string

    The locale for which you want to retrieve localized summaries. Defaults to the primary locale of the marketplace.

    CatalogApiGetCatalogItem

    marketplaceIds: string[]

    A comma-delimited list of Amazon marketplace identifiers. To find the ID for your marketplace, refer to Marketplace IDs.

    CatalogApiGetCatalogItem

    MMNEPVFCICPMFPCPTTAAATR