Selling Partner API SDK for JavaScript
    Preparing search index...

    The version details for an Amazon product type.

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

    Properties

    latest: boolean

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

    releaseCandidate?: boolean

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

    version: string

    Version identifier.