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

    Vendor details associated with an Amazon catalog item for the indicated Amazon marketplace.

    interface ItemVendorDetailsByMarketplace {
        brandCode?: string;
        categoryCode?: string;
        manufacturerCode?: string;
        manufacturerCodeParent?: string;
        marketplaceId: string;
        productGroup?: string;
        replenishmentCategory?: ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum;
        subcategoryCode?: string;
    }
    Index

    Properties

    brandCode?: string

    Brand code associated with an Amazon catalog item.

    categoryCode?: string

    Product category associated with an Amazon catalog item.

    manufacturerCode?: string

    Manufacturer code associated with an Amazon catalog item.

    manufacturerCodeParent?: string

    Parent vendor code of the manufacturer code.

    marketplaceId: string

    Amazon marketplace identifier.

    productGroup?: string

    Product group associated with an Amazon catalog item.

    Replenishment category associated with an Amazon catalog item.

    subcategoryCode?: string

    Product subcategory associated with an Amazon catalog item.