Contains all information related to the transaction.

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;
}

Properties

breakdowns?: Breakdown[]

List of breakdowns which will provide the details on how the total amount is calculated for the financial transaction.

Transaction

contexts?: Context[]

List of additional Information about the item.

Transaction

description?: string

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

Transaction

items?: Item[]

List of items in the transaction

Transaction

marketplaceDetails?: MarketplaceDetails

Transaction

postedDate?: string

Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate).

Transaction

relatedIdentifiers?: RelatedIdentifier[]

Related business identifiers of the transaction.

Transaction

sellingPartnerMetadata?: SellingPartnerMetadata

Transaction

totalAmount?: Currency

Transaction

transactionId?: string

The unique identifier for the transaction.

Transaction

transactionStatus?: string

The status for the transaction. Possible values: * Deferred *Released

Transaction

transactionType?: string

The type of transaction. Possible values: * Shipment

Transaction

MMNEPVFCICPMFPCPTTAAATR