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

    The transaction response and historical details related to it.

    interface CreateTransactionResponse {
        callBackURL: string;
        transaction: Transaction;
    }
    Index

    Properties

    callBackURL: string

    The callback URL for the transaction which the user have to click to approve/consent the transaction

    transaction: Transaction