Export Refunds from Amazon Seller Central
This task will provide a list of refunds, in an XML format.
Settings
Marketplaces
Required
Choose at least one marketplace to export refunds 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 Detailed
Required
Set to true to export more detailed refund information from Amazon.
Export From
Required
The task will export refunds posted after this date and time. It will change automatically each time the task runs, ensuring that the same refunds aren't exported again in the future. TIP: If you want to re-export old refunds, change the Export From setting to an earlier date.
Order IDs
Optional
If you want to get the refunds 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 refunds to.
Zynk Settings
See Common Task Settings.
Examples
Sample output file:
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfFinance xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Finance>
<AmazonOrderId>123-1234567-1234567</AmazonOrderId>
<FinanceType>Refund</FinanceType>
<MarketplaceName>Amazon.co.uk</MarketplaceName>
<Total>10</Total>
</Finance>
</ArrayOfFinance>