amazon-spapi 2.0.3

A Rust client library for Amazon Selling Partner API (SP-API)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# NetworkComminglingTransactionEvent

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**transaction_type** | Option<**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. | [optional]
**posted_date** | Option<**String**> | Fields with a schema type of date are in ISO 8601 date time format (for example GroupBeginDate). | [optional]
**net_co_transaction_id** | Option<**String**> | The identifier for the network item swap. | [optional]
**swap_reason** | Option<**String**> | The reason for the network item swap. | [optional]
**asin** | Option<**String**> | The Amazon Standard Identification Number (ASIN) of the swapped item. | [optional]
**marketplace_id** | Option<**String**> | The marketplace in which the event took place. | [optional]
**tax_exclusive_amount** | Option<[**models::Currency**]Currency.md> |  | [optional]
**tax_amount** | Option<[**models::Currency**]Currency.md> |  | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)