Export Financial Events from Amazon Seller Central
This task will export a list of financial events in XML format from a specified Amazon MWS account based on the settings provided. Note events older than 18 months before the current date are not returned.
Settings
Marketplaces
Required
Choose at least one marketplace to export financial events from.
Amazon Seller Central Connection
Required
The Amazon Seller Central connection to use. See the Connecting to Amazon Seller Central article if you require more information on how to create/manage connections.
Export From
Required
The task will export financial events posted after this date and time. It will change automatically each time the task runs, ensuring that the same financial events aren't exported again in the future. TIP: If you want to re-export old financial events, change the Export From setting to an earlier date.
Order IDs
Optional
If you want to get the financial events for specific orders, enter the order IDs here. If there is more than one ID, they can be provided as a comma separated list.
Specifying order IDs will override the Export From setting.
Output File
Required
The name of the file to export the downloaded financial events to.
Zynk Settings
See Common Task Settings.
Examples
The following event types may be returned:-
- ShipmentEventList
- RefundEventList
- GuaranteeClaimEventList
- ChargebackEventList
- PayWithAmazonEventList
- ServiceProviderCreditEventList
- RetrochargeEventList
- RentalTransactionEventList
- ProductAdsPaymentEventList
- ServiceFeeEventList
- SellerDealPaymentEventList
- DebtRecoveryEventList
- LoanServicingEventList
- AdjustmentEventList
- SAFETReimbursementEventList
- SellerReviewEnrollmentPaymentEventList
- FBALiquidationEventList
- CouponPaymentEventList
- ImagingServicesFeeEventList
- NetworkComminglingTransactionEventList
- AffordabilityExpenseEventList
- AffordabilityExpenseReversalEventList
Sample output file:
<?xml version="1.0" encoding="utf-8"?>
<FinancialEvents
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ShipmentEventList>
<ShipmentEvent>
<AmazonOrderId>105-0457358-1245022</AmazonOrderId>
<MarketplaceName>Amazon.com</MarketplaceName>
<OrderChargeList />
<OrderChargeAdjustmentList />
<ShipmentFeeList />
<ShipmentFeeAdjustmentList />
<OrderFeeList />
<OrderFeeAdjustmentList />
<DirectPaymentList />
<PostedDate>2017-01-23T01:31:25Z</PostedDate>
<ShipmentItemList>
<ShipmentItem>
<SellerSKU>HS223A-C00</SellerSKU>
<OrderItemId>46432915698730</OrderItemId>
<QuantityShipped>1</QuantityShipped>
<ItemChargeList>
<ChargeComponent>
<ChargeType>Principal</ChargeType>
<ChargeAmount CurrencyCode="GBP">2.99</ChargeAmount>
</ChargeComponent>
<ChargeComponent>
<ChargeType>Tax</ChargeType>
<ChargeAmount CurrencyCode="GBP">0.0</ChargeAmount>
</ChargeComponent>
<ChargeComponent>
<ChargeType>GiftWrap</ChargeType>
<ChargeAmount CurrencyCode="GBP">0.0</ChargeAmount>
</ChargeComponent>
<ChargeComponent>
<ChargeType>GiftWrapTax</ChargeType>
<ChargeAmount CurrencyCode="GBP">0.0</ChargeAmount>
</ChargeComponent>
<ChargeComponent>
<ChargeType>ShippingCharge</ChargeType>
<ChargeAmount CurrencyCode="GBP">0.0</ChargeAmount>
</ChargeComponent>
<ChargeComponent>
<ChargeType>ShippingTax</ChargeType>
<ChargeAmount CurrencyCode="GBP">0.0</ChargeAmount>
</ChargeComponent>
</ItemChargeList>
<ItemChargeAdjustmentList />
<ItemFeeList>
<FeeComponent>
<FeeType>Commission</FeeType>
<FeeAmount CurrencyCode="GBP">-0.25</FeeAmount>
</FeeComponent>
<FeeComponent>
<FeeType>FixedClosingFee</FeeType>
<FeeAmount CurrencyCode="GBP">0.0</FeeAmount>
</FeeComponent>
<FeeComponent>
<FeeType>GiftwrapCommission</FeeType>
<FeeAmount CurrencyCode="GBP">0.0</FeeAmount>
</FeeComponent>
<FeeComponent>
<FeeType>ShippingHB</FeeType>
<FeeAmount CurrencyCode="GBP">0.0</FeeAmount>
</FeeComponent>
<FeeComponent>
<FeeType>VariableClosingFee</FeeType>
<FeeAmount CurrencyCode="GBP">0.0</FeeAmount>
</FeeComponent>
</ItemFeeList>
<ItemFeeAdjustmentList />
<PromotionList />
<PromotionAdjustmentList />
</ShipmentItem>
</ShipmentItemList>
<ShipmentItemAdjustmentList />
</ShipmentEvent>
</ShipmentEventList>
<RefundEventList />
<GuaranteeClaimEventList />
<ChargebackEventList />
<PayWithAmazonEventList />
<ServiceProviderCreditEventList />
<RetrochargeEventList />
<RentalTransactionEventList />
<PerformanceBondRefundEventList />
<ServiceFeeEventList />
<DebtRecoveryEventList />
<LoanServicingEventList />
<AdjustmentEventList />
</FinancialEvents>