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

    The vendor details that are associated with an Amazon catalog item for the specified marketplaceId.

    interface ItemVendorDetailsByMarketplace {
        brandCode?: string;
        manufacturerCode?: string;
        manufacturerCodeParent?: string;
        marketplaceId: string;
        productCategory?: ItemVendorDetailsCategory;
        productGroup?: string;
        productSubcategory?: ItemVendorDetailsCategory;
        replenishmentCategory?: ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum;
    }
    Index

    Properties

    brandCode?: string

    The brand code that is associated with an Amazon catalog item.

    manufacturerCode?: string

    The manufacturer code that is associated with an Amazon catalog item.

    manufacturerCodeParent?: string

    The parent vendor code of the manufacturer code.

    marketplaceId: string

    Amazon marketplace identifier. To find the ID for your marketplace, refer to Marketplace IDs.

    productCategory?: ItemVendorDetailsCategory
    productGroup?: string

    The product group that is associated with an Amazon catalog item.

    productSubcategory?: ItemVendorDetailsCategory

    The replenishment category that is associated with an Amazon catalog item.