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

    The transaction status details.

    interface Transaction {
        errors?: Error[];
        status: TransactionStatusEnum;
        transactionId: string;
    }
    Index

    Properties

    errors?: Error[]

    A list of error responses returned when a request is unsuccessful.

    Current processing status of the transaction.

    transactionId: string

    The unique identifier sent in the 'transactionId' field in response to the post request of a specific transaction.