Skip to content

Export Commissions from Amazon Marketplace (Legacy)

This task will provide a list of the commission charged for each order, in an XML format.

Amazon Settings

API Call Delay

Required
Specify the delay in milliseconds to use between calls to Amazon. Amazon throttle requests to their services, so if sending a large data set you may need to increase this limit.

Channels

Required
Choose at least one marketplace to send the XML feed to. For information about how Amazon handles feeds sent to multiple marketplaces, see Using Multiple Marketplaces.

Connection

Required
The Amazon Marketplace (Legacy) Connection to use. See the Connecting to Amazon Marketplace (Legacy) article if you require more information on how to create/manage connections.

Export Settings

Export Detailed

Required
Set to true to download more detailed information from Amazon.

Export From

Required
The rolling date to download commissions from. This will automatically update each time the task runs. TIP: If you want to re-download old commissions, change the Download From property

Export To > Download To Date

Optional
Download records up to this date, required if 'Download to Enabled' is enabled.

Export To > Download To Enabled

Required
Set to true to only download records up to a certain date, if disabled will download records up to the current date.

Order IDs

Optional
If you want to get the commission for specific orders, enter the order IDs here. If there is more than one ID, they can be provided as a comma separated list.

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"?>
<ArrayOfFinance xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <Finance>
    <AmazonOrderId>123-4567890-123456</AmazonOrderId>
    <FinanceType>Commission</FinanceType>
    <MarketplaceName>Amazon.co.uk</MarketplaceName>
    <Total>0.29</Total>
  </Finance>
</ArrayOfFinance>