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

    Interface RegulatedOrderVerificationStatus

    The verification status of the order, along with associated approval or rejection metadata.

    interface RegulatedOrderVerificationStatus {
        ExternalReviewerId?: string;
        RejectionReason?: RejectionReason;
        RequiresMerchantAction: boolean;
        ReviewDate?: string;
        Status: VerificationStatus;
        ValidRejectionReasons: RejectionReason[];
        ValidVerificationDetails?: ValidVerificationDetail[];
    }
    Index

    Properties

    ExternalReviewerId?: string

    The identifier for the order's regulated information reviewer.

    RejectionReason?: RejectionReason
    RequiresMerchantAction: boolean

    When true, the regulated information provided in the order requires a review by the merchant.

    ReviewDate?: string

    The date the order was reviewed. In ISO 8601 date time format.

    ValidRejectionReasons: RejectionReason[]

    A list of valid rejection reasons that may be used to reject the order's regulated information.

    ValidVerificationDetails?: ValidVerificationDetail[]

    A list of valid verification details that may be provided and the criteria required for when the verification detail can be provided.