Product category or subcategory associated with an Amazon catalog item.

Export

ItemVendorDetailsCategory

interface ItemVendorDetailsCategory {
    displayName?: string;
    value?: string;
}

Properties

Properties

displayName?: string

Display name of the product category or subcategory

Memberof

ItemVendorDetailsCategory

value?: string

Value (code) of the product category or subcategory.

Memberof

ItemVendorDetailsCategory