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

    The transaction details including the status. If the transaction was successful, also includes the requested test order data.

    interface Transaction {
        status: TransactionStatusEnum;
        testCaseData?: TestCaseData;
        transactionId: string;
    }
    Index

    Properties

    The current processing status of the transaction.

    testCaseData?: TestCaseData
    transactionId: string

    The unique identifier returned in the response to the generateOrderScenarios request.