Export Orders from Amazon Seller Central
This task will provide a list of new or modified orders in XML format.
Settings
Marketplaces
Required
Choose at least one marketplace to export orders 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 Buyer Info
Required
Set to true to export the buyer name, anonymised email address and purchase order number associated with each order from Amazon.
Export Financial Events
Required
Set to true to export the financial events associated with each order from Amazon.
Export Settings > Date Created
Required
The rolling dates to export new orders from, per region. This will automatically update each time the task runs. TIP: If you want to re-export old orders, change this setting to an earlier date.
Export Settings > Date Modified
Required
The rolling dates to export updated orders from, per region. This will automatically update each time the task runs. TIP: If you want to re-export old orders, change this setting to an earlier date.
Export Settings >Export New or Modified
Required
Choose whether to export new or modified orders from Amazon.
Fulfillment Channel
Required
Filters the export based on the fulfillment channel of each order. The following options are available:
- All- Export both FBA and seller fulfilled orders.
- FBA - Only export orders that are fulfilled by Amazon (AFN)
- SellerFulfilled - Only export orders that are to be fulfilled by the seller (MFN).
Defaults to all fulfillment channels.
Order IDs
Optional
Optionally provide a specific Amazon order ID or list of IDs to export. Multiple IDs can be specified as a comma separated list.
Specifying order IDs will override the Export Settings.
Order Status
Required
The status of when you want to download the order from Amazon. Choose from All, PendingAvailability, Pending, Unshipped, PartiallyShipped, Shipped, Canceled or Unfulfillable.
Start Date
Optional
The initial date to start exporting orders from. Any orders placed before this date will not download, even if they are updated. This can be used to prevent orders which have already been processed manually from being export.
Output File
Required
The name of the file to export the downloaded orders to.
Zynk Settings
See Common Task Settings.
Examples
Sample output file:
<?xml version="1.0" encoding="utf-8"?>
<Orders xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Order>
<OrderStatus>Pending</OrderStatus>
<FulfillmentChannel>SellerFulfilled</FulfillmentChannel>
<PaymentMethod>Other</PaymentMethod>
<OrderType>StandardOrder</OrderType>
<AmazonOrderId>902-3159896-1390916</AmazonOrderId>
<PurchaseDate>2017-01-20T19:49:35Z</PurchaseDate>
<LastUpdateDate>2017-01-20T19:49:35Z</LastUpdateDate>
<NumberOfItemsShipped>0</NumberOfItemsShipped>
<NumberOfItemsUnshipped>0</NumberOfItemsUnshipped>
<PaymentMethodDetails>
<PaymentMethodDetailItem>CreditCard</PaymentMethodDetailItem>
<PaymentMethodDetailItem>GiftCerificate</PaymentMethodDetailItem>
</PaymentMethodDetails>
<MarketplaceId>ATVPDKIKX0DER</MarketplaceId>
<Marketplace>US</Marketplace>
<ShipmentServiceLevelCategory>Standard</ShipmentServiceLevelCategory>
<EarliestShipDate>2017-01-20T19:51:16Z</EarliestShipDate>
<LatestShipDate>2017-01-25T19:49:35Z</LatestShipDate>
<IsBusinessOrder>false</IsBusinessOrder>
<IsPrime>false</IsPrime>
<IsPremiumOrder>false</IsPremiumOrder>
<IsGlobalExpressEnabled>false</IsGlobalExpressEnabled>
<IsReplacementOrder xsi:nil="true" />
<IsEstimatedShipDateSet xsi:nil="true" />
<IsSoldByAB>false</IsSoldByAB>
<BuyerInfo>
<AmazonOrderId>902-3159896-1390916</AmazonOrderId>
<BuyerEmail>[email protected]</BuyerEmail>
<BuyerName>MFNIntegrationTestMerchant</BuyerName>
<PurchaseOrderNumber>PO-1234</PurchaseOrderNumber>
</BuyerInfo>
<ShippingAddress>
<AddressType>Commercial</AddressType>
<CompanyName>MFNIntegrationTestMerchant</CompanyName>
<Name>MFNIntegrationTestMerchant</Name>
<AddressLine1>2201 WESTLAKE AVE</AddressLine1>
<AddressLine2></AddressLine2>
<AddressLine3></AddressLine3>
<City>SEATTLE</City>
<StateOrRegion>WA</StateOrRegion>
<PostalCode>98121-2778</PostalCode>
<CountryCode>US</CountryCode>
<Phone>+1 480-386-0930 ext. 73824</Phone>
</ShippingAddress>
<OrderItems>
<OrderItem>
<DeemedResellerCategory>IOSS</DeemedResellerCategory>
<ASIN>B00551Q3CS</ASIN>
<SellerSKU>NABetaASINB00551Q3CS</SellerSKU>
<OrderItemId>05015851154158</OrderItemId>
<AssociatedItems>
<AssociatedItem>
<OrderId>902-3159896-1390916</OrderId>
<OrderItemId>05015851154158</OrderItemId>
<AssociationType>VALUE_ADD_SERVICE</AssociationType>
</AssociatedItem>
</AssociatedItems>
<Title>B00551Q3CS [Card Book]</Title>
<QuantityOrdered>1</QuantityOrdered>
<QuantityShipped>0</QuantityShipped>
<ProductInfo>
<NumberOfItems>1</NumberOfItems>
</ProductInfo>
<ItemPrice CurrencyCode="USD">10.00</ItemPrice>
<ItemTax CurrencyCode="USD">1.01</ItemTax>
<PromotionDiscount CurrencyCode="USD">0.00</PromotionDiscount>
<IsGift>false</IsGift>
<ConditionId>New</ConditionId>
<ConditionSubtypeId>New</ConditionSubtypeId>
<SerialNumberRequired>false</SerialNumberRequired>
<IsTransparency>false</IsTransparency>
<IossNumber />
</OrderItem>
</OrderItems>
</Order>
</Orders>