Export Direct Fulfilment Shipping Labels from Amazon Vendor Central
This task will export shipping labels that have been created for direct fulfilment purchase orders from Amazon Vendor Central, in XML format.
Settings
Amazon Region
Required
Select which Amazon region you want to send data to or receive data from. If you need data for more than one region, you will need to add a separate copy of the task to your workflow for each region.
Amazon Vendor Central Connection
Required
The Amazon Vendor Central Connection to use. See the Amazon Vendor Central Connection article if you require more information on how to create/manage connections.
Created Since
Required
Only records created since this date/time will be returned. The date will update automatically each time the task runs.
Page Size
Required
The maximum number of records to fetch per call to the Amazon Vendor Central API. Must be between 1 and 100.
Purchase Order Numbers
Optional
Specify one or more purchase order numbers to export data relating to specific purchase orders. If you do this, please note that it will override all other export settings.
You can specify the list of purchase order numbers either as a comma separated list, or via the 'List' Zynk Object type.
Ship From Party
Optional
Filters the export based on the vendor warehouse identifier for the fulfilment warehouse. If left blank, the task will return data for all warehouses.
Output File
Required
The file to save the exported records to. A sample output file is shown below.
Zynk Settings
Examples
A sample output file is shown below:
<?xml version="1.0" encoding="utf-8"?>
<ShippingLabels xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<ShippingLabel>
<LabelFormat>PNG</LabelFormat>
<PurchaseOrderNumber>2JK3S9VC</PurchaseOrderNumber>
<SellingParty>
<PartyId>999US</PartyId>
</SellingParty>
<ShipFromParty>
<PartyId>ABCD</PartyId>
</ShipFromParty>
<Labels>
<Label>
<PackageIdentifier>PKG001</PackageIdentifier>
<TrackingNumber>1Z6A34Y60369738804</TrackingNumber>
<ShipMethod>UPS_GR_RES</ShipMethod>
<ShipMethodName>UPS Ground Residential</ShipMethodName>
<Content>Base 64 encoded string goes here</Content>
</Label>
</Labels>
</ShippingLabel>
<ShippingLabel>
<LabelFormat>PNG</LabelFormat>
<PurchaseOrderNumber>2JK3S9VD</PurchaseOrderNumber>
<SellingParty>
<PartyId>999US</PartyId>
</SellingParty>
<ShipFromParty>
<PartyId>ABCD</PartyId>
</ShipFromParty>
<Labels>
<Label>
<PackageIdentifier>PKG002</PackageIdentifier>
<TrackingNumber>1Z6A34Y60369738805</TrackingNumber>
<ShipMethod>UPS_GR_RES</ShipMethod>
<ShipMethodName>UPS Ground Residential</ShipMethodName>
<Content>Base 64 encoded string goes here</Content>
</Label>
</Labels>
</ShippingLabel>
</ShippingLabels>