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

    Interface UpdateVerificationStatusRequestBody

    The updated values of the VerificationStatus field.

    interface UpdateVerificationStatusRequestBody {
        externalReviewerId: string;
        rejectionReasonId?: string;
        status?: VerificationStatus;
        verificationDetails?: VerificationDetails;
    }
    Index

    Properties

    externalReviewerId: string

    The identifier of the order's regulated information reviewer.

    rejectionReasonId?: string

    The unique identifier of the rejection reason used for rejecting the order's regulated information. Only required if the new status is rejected.

    verificationDetails?: VerificationDetails