Interface CatalogItemsApiModelV20201201ItemVendorDetailsByMarketplace

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

ItemVendorDetailsByMarketplace

interface CatalogItemsApiModelV20201201ItemVendorDetailsByMarketplace {
    brandCode?: string;
    categoryCode?: string;
    manufacturerCode?: string;
    manufacturerCodeParent?: string;
    marketplaceId: string;
    productGroup?: string;
    replenishmentCategory?:
        | CatalogItemsApiModelV20201201ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum
        | "ALLOCATED"
        | "BASIC_REPLENISHMENT"
        | "IN_SEASON"
        | "LIMITED_REPLENISHMENT"
        | "MANUFACTURER_OUT_OF_STOCK"
        | "NEW_PRODUCT"
        | "NON_REPLENISHABLE"
        | "NON_STOCKUPABLE"
        | "OBSOLETE"
        | "PLANNED_REPLENISHMENT";
    subcategoryCode?: string;
}

Properties

brandCode?: string

Brand code associated with an Amazon catalog item.

ItemVendorDetailsByMarketplace

categoryCode?: string

Product category associated with an Amazon catalog item.

ItemVendorDetailsByMarketplace

manufacturerCode?: string

Manufacturer code associated with an Amazon catalog item.

ItemVendorDetailsByMarketplace

manufacturerCodeParent?: string

Parent vendor code of the manufacturer code.

ItemVendorDetailsByMarketplace

marketplaceId: string

Amazon marketplace identifier.

ItemVendorDetailsByMarketplace

productGroup?: string

Product group associated with an Amazon catalog item.

ItemVendorDetailsByMarketplace

replenishmentCategory?:
    | CatalogItemsApiModelV20201201ItemVendorDetailsByMarketplaceReplenishmentCategoryEnum
    | "ALLOCATED"
    | "BASIC_REPLENISHMENT"
    | "IN_SEASON"
    | "LIMITED_REPLENISHMENT"
    | "MANUFACTURER_OUT_OF_STOCK"
    | "NEW_PRODUCT"
    | "NON_REPLENISHABLE"
    | "NON_STOCKUPABLE"
    | "OBSOLETE"
    | "PLANNED_REPLENISHMENT"

Replenishment category associated with an Amazon catalog item.

ItemVendorDetailsByMarketplace

subcategoryCode?: string

Product subcategory associated with an Amazon catalog item.

ItemVendorDetailsByMarketplace

MMNEPVFCICPMFPCPTTAAATR