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

Export

RegulatedOrderVerificationStatus

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

Properties

ExternalReviewerId?: string

The identifier for the order's regulated information reviewer.

Memberof

RegulatedOrderVerificationStatus

RejectionReason?: RejectionReason

Memberof

RegulatedOrderVerificationStatus

RequiresMerchantAction: boolean

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

Memberof

RegulatedOrderVerificationStatus

ReviewDate?: string

The date the order was reviewed. In <a href='https://developer-docs.amazon.com/sp-api/docs/iso-8601\'>ISO 8601 date time format.

Memberof

RegulatedOrderVerificationStatus

Memberof

RegulatedOrderVerificationStatus

ValidRejectionReasons: RejectionReason[]

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

Memberof

RegulatedOrderVerificationStatus