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

    One-time password (OTP) details of the return item.

    interface OtpDetails {
        otp: string;
        validTill: number;
    }
    Index

    Properties

    Properties

    otp: string

    One-time password to validate the return delivered to the seller.

    validTill: number

    The UNIX timestamp of when the verification code expires.