A network commingling transaction event.

Export

NetworkComminglingTransactionEvent

interface NetworkComminglingTransactionEvent {
    ASIN?: string;
    MarketplaceId?: string;
    NetCoTransactionID?: string;
    PostedDate?: string;
    SwapReason?: string;
    TaxAmount?: Currency;
    TaxExclusiveAmount?: Currency;
    TransactionType?: string;
}

Properties

ASIN?: string

The Amazon Standard Identification Number (ASIN) of the swapped item.

Memberof

NetworkComminglingTransactionEvent

MarketplaceId?: string

The marketplace in which the event took place.

Memberof

NetworkComminglingTransactionEvent

NetCoTransactionID?: string

The identifier for the network item swap.

Memberof

NetworkComminglingTransactionEvent

PostedDate?: string

Memberof

NetworkComminglingTransactionEvent

SwapReason?: string

The reason for the network item swap.

Memberof

NetworkComminglingTransactionEvent

TaxAmount?: Currency

Memberof

NetworkComminglingTransactionEvent

TaxExclusiveAmount?: Currency

Memberof

NetworkComminglingTransactionEvent

TransactionType?: string

The type of network item swap. Possible values: * NetCo - A Fulfillment by Amazon inventory pooling transaction. Available only in the India marketplace. * ComminglingVAT - A commingling VAT transaction. Available only in the UK, Spain, France, Germany, and Italy marketplaces.

Memberof

NetworkComminglingTransactionEvent