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

    Interface NetworkComminglingTransactionEvent

    A network commingling transaction event.

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

    Properties

    ASIN?: string

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

    MarketplaceId?: string

    The marketplace in which the event took place.

    NetCoTransactionID?: string

    The identifier for the network item swap.

    PostedDate?: string

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

    SwapReason?: string

    The reason for the network item swap.

    TaxAmount?: Currency
    TaxExclusiveAmount?: Currency
    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.