Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface SupportedDocumentDetail

    The supported document types for a service offering.

    interface SupportedDocumentDetail {
        isMandatory: boolean;
        name: DocumentType;
    }
    Index
    isMandatory: boolean

    When true, the supported document type is required.