An Amazon product type with a definition available.

Export

ProductType

interface ProductType {
    displayName: string;
    marketplaceIds: string[];
    name: string;
}

Properties

displayName: string

The human-readable and localized description of the Amazon product type.

Memberof

ProductType

marketplaceIds: string[]

The Amazon marketplace identifiers for which the product type definition is available.

Memberof

ProductType

name: string

The name of the Amazon product type.

Memberof

ProductType