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

    The identifier for a transaction.

    interface TransactionIdentifier {
        id?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    id?: string

    The transaction identifier.

    name?: string

    The transaction identifier name. Use the getInvoicesAttributes operation to check transactionIdentifierName options.