Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The identifier for a transaction.

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

    The transaction identifier.

    name?: string

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