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

    All the information related to a transaction.

    interface Transaction {
        breakdowns?: Breakdown[];
        contexts?: Context[];
        description?: string;
        items?: Item[];
        marketplaceDetails?: MarketplaceDetails;
        postedDate?: string;
        relatedIdentifiers?: RelatedIdentifier[];
        sellingPartnerMetadata?: SellingPartnerMetadata;
        totalAmount?: Currency;
        transactionId?: string;
        transactionStatus?: string;
        transactionType?: string;
    }
    Index

    Properties

    breakdowns?: Breakdown[]

    A list of breakdowns that detail how the total amount is calculated for the transaction.

    contexts?: Context[]

    A list of additional information about the item.

    description?: string

    Describes the reasons for the transaction. Example: 'Order Payment', 'Refund Order'

    items?: Item[]

    A list of items in the transaction.

    marketplaceDetails?: MarketplaceDetails
    postedDate?: string

    A date in ISO 8601 date-time format.

    relatedIdentifiers?: RelatedIdentifier[]

    Related business identifiers of the transaction.

    sellingPartnerMetadata?: SellingPartnerMetadata
    totalAmount?: Currency
    transactionId?: string

    The unique identifier of the transaction.

    transactionStatus?: string

    The status of the transaction. Possible values: * DEFERRED: the transaction is currently deferred. * RELEASED: the transaction is currently released. * DEFERRED_RELEASED: the transaction was deferred in the past, but is now released. The status of a deferred transaction is updated to DEFERRED_RELEASED when the transaction is released.

    transactionType?: string

    The type of transaction. Possible value: Shipment