The version details for an Amazon product type.

Export

ProductTypeVersion

interface ProductTypeVersion {
    latest: boolean;
    releaseCandidate?: boolean;
    version: string;
}

Properties

latest: boolean

When true, the version indicated by the version identifier is the latest available for the Amazon product type.

Memberof

ProductTypeVersion

releaseCandidate?: boolean

When true, the version indicated by the version identifier is the prerelease (release candidate) for the Amazon product type.

Memberof

ProductTypeVersion

version: string

Version identifier.

Memberof

ProductTypeVersion