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

Export

ItemVendorDetailsByMarketplace

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

Properties

brandCode?: string

Brand code associated with an Amazon catalog item.

Memberof

ItemVendorDetailsByMarketplace

manufacturerCode?: string

Manufacturer code associated with an Amazon catalog item.

Memberof

ItemVendorDetailsByMarketplace

manufacturerCodeParent?: string

Parent vendor code of the manufacturer code.

Memberof

ItemVendorDetailsByMarketplace

marketplaceId: string

Amazon marketplace identifier.

Memberof

ItemVendorDetailsByMarketplace

productCategory?: ItemVendorDetailsCategory

Memberof

ItemVendorDetailsByMarketplace

productGroup?: string

Product group associated with an Amazon catalog item.

Memberof

ItemVendorDetailsByMarketplace

productSubcategory?: ItemVendorDetailsCategory

Memberof

ItemVendorDetailsByMarketplace

Replenishment category associated with an Amazon catalog item.

Memberof

ItemVendorDetailsByMarketplace