Selling Partner API SDK for JavaScript
    Preparing search index...

    Interface CatalogItemsApiListCatalogCategoriesRequest

    Request parameters for listCatalogCategories operation in CatalogItemsApi.

    interface CatalogItemsApiListCatalogCategoriesRequest {
        aSIN?: string;
        marketplaceId: string;
        sellerSKU?: string;
    }
    Index

    Properties

    aSIN?: string

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

    marketplaceId: string

    A marketplace identifier. Specifies the marketplace for the item.

    sellerSKU?: string

    Used to identify items in the given marketplace. SellerSKU is qualified by the seller's SellerId, which is included with every operation that you submit.