Import Direct Fulfilment Shipment Confirmations into Amazon Vendor Central
This task will import shipment confirmations for direct fulfilment purchase orders from an XML file into Amazon Vendor Central.
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.
Fail File
Required
The XML file to output any records which failed to import to Amazon. The data will be stored in the same format as the input file.
Input File
Required
The XML file containing the records to import to Amazon. See below for an example input file.
Success File
Required
The XML file to output records which successfully import to Amazon. The data will be stored in the same format as the input file.
Prevent Reprocessing
Required
Set to true to prevent the a record with the same ExternalId
value from being processed more than once.
Time To Wait (Mins)
Required
The length of time (in minutes) to wait for Amazon to process records. Any records that have not been processed within this time will be considered failed, and will appear in the Fail File. This value should only be increased from it's default value of 15
if you are experiencing delays with Amazon processing your data. The value can't be set lower than 15
.
Zynk Settings
Examples
A sample input file is shown below:
<?xml version="1.0" encoding="utf-8"?>
<ShipmentConfirmations>
<ShipmentConfirmation>
<ExternalId>202</ExternalId>
<PurchaseOrderNumber>2JK3S9VC</PurchaseOrderNumber>
<ShipmentDetails>
<ShipmentStatus>SHIPPED</ShipmentStatus>
<ShippedDate>2019-08-07T19:56:45.632Z</ShippedDate>
<IsPriorityShipment>true</IsPriorityShipment>
<VendorOrderNumber>PO00050003</VendorOrderNumber>
<EstimatedDeliveryDate>2019-08-07T19:56:45.632Z</EstimatedDeliveryDate>
</ShipmentDetails>
<SellingParty>
<PartyId>VENDORCODE</PartyId>
</SellingParty>
<ShipFromParty>
<PartyId>VENDORWAREHOUSECODE</PartyId>
</ShipFromParty>
<Items>
<Item>
<ItemSequenceNumber>1</ItemSequenceNumber>
<BuyerProductIdentifier>ASIN001</BuyerProductIdentifier>
<VendorProductIdentifier>9782700001659</VendorProductIdentifier>
<ShippedQuantity>
<UnitOfMeasure>Each</UnitOfMeasure>
<Amount>100</Amount>
</ShippedQuantity>
</Item>
<Item>
<ItemSequenceNumber>2</ItemSequenceNumber>
<BuyerProductIdentifier>ASIN002</BuyerProductIdentifier>
<VendorProductIdentifier>9782700001659</VendorProductIdentifier>
<ShippedQuantity>
<UnitOfMeasure>Each</UnitOfMeasure>
<Amount>100</Amount>
</ShippedQuantity>
</Item>
<Item>
<ItemSequenceNumber>3</ItemSequenceNumber>
<BuyerProductIdentifier>ASIN003</BuyerProductIdentifier>
<VendorProductIdentifier>9782700001659</VendorProductIdentifier>
<ShippedQuantity>
<UnitOfMeasure>Each</UnitOfMeasure>
<Amount>100</Amount>
</ShippedQuantity>
</Item>
<Item>
<ItemSequenceNumber>4</ItemSequenceNumber>
<BuyerProductIdentifier>ASIN004</BuyerProductIdentifier>
<VendorProductIdentifier>9782700001659</VendorProductIdentifier>
<ShippedQuantity>
<UnitOfMeasure>Each</UnitOfMeasure>
<Amount>100</Amount>
</ShippedQuantity>
</Item>
</Items>
<Containers>
<Container>
<ContainerType>Carton</ContainerType>
<ContainerIdentifier>123</ContainerIdentifier>
<TrackingNumber>TRACK001</TrackingNumber>
<ShipMethod>UPS</ShipMethod>
<ScacCode>SCAC001</ScacCode>
<Carrier>ABCD001</Carrier>
<Dimensions>
<UnitOfMeasure>IN</UnitOfMeasure>
<Length>10</Length>
<Width>10</Width>
<Height>10</Height>
</Dimensions>
<Weight>
<UnitOfMeasure>KG</UnitOfMeasure>
<Value>10</Value>
</Weight>
<PackedItems>
<PackedItem>
<ItemSequenceNumber>1</ItemSequenceNumber>
<BuyerProductIdentifier>ASIN001</BuyerProductIdentifier>
<PackedQuantity>
<UnitOfMeasure>Each</UnitOfMeasure>
<Amount>100</Amount>
</PackedQuantity>
</PackedItems>
</PackedItems>
</Container>
<Container>
<ContainerType>Carton</ContainerType>
<ContainerIdentifier>234</ContainerIdentifier>
<TrackingNumber>TRACK002</TrackingNumber>
<ShipMethod>UPS</ShipMethod>
<ScacCode>SCAC001</ScacCode>
<Carrier>ABCD001</Carrier>
<Dimensions>
<UnitOfMeasure>IN</UnitOfMeasure>
<Length>10</Length>
<Width>10</Width>
<Height>10</Height>
</Dimensions>
<Weight>
<UnitOfMeasure>KG</UnitOfMeasure>
<Value>10</Value>
</Weight>
<PackedItems>
<PackedItem>
<ItemSequenceNumber>2</ItemSequenceNumber>
<BuyerProductIdentifier>ASIN002</BuyerProductIdentifier>
<PackedQuantity>
<UnitOfMeasure>Each</UnitOfMeasure>
<Amount>100</Amount>
</PackedQuantity>
</PackedItems>
</PackedItems>
</Container>
<Container>
<ContainerType>Carton</ContainerType>
<ContainerIdentifier>ABCD</ContainerIdentifier>
<TrackingNumber>TRACK003</TrackingNumber>
<ShipMethod>UPS</ShipMethod>
<ScacCode>SCAC001</ScacCode>
<Carrier>ABCD001</Carrier>
<Dimensions>
<UnitOfMeasure>IN</UnitOfMeasure>
<Length>10</Length>
<Width>10</Width>
<Height>10</Height>
</Dimensions>
<Weight>
<UnitOfMeasure>KG</UnitOfMeasure>
<Value>10</Value>
</Weight>
<PackedItems>
<PackedItem>
<ItemSequenceNumber>3</ItemSequenceNumber>
<BuyerProductIdentifier>ASIN003</BuyerProductIdentifier>
<PackedQuantity>
<UnitOfMeasure>Each</UnitOfMeasure>
<Amount>100</Amount>
</PackedQuantity>
</PackedItems>
</PackedItems>
</Container>
<Container>
<ContainerType>Carton</ContainerType>
<ContainerIdentifier>id12</ContainerIdentifier>
<TrackingNumber>TRACK004</TrackingNumber>
<ShipMethod>UPS</ShipMethod>
<ScacCode>SCAC001</ScacCode>
<Carrier>ABCD001</Carrier>
<Dimensions>
<UnitOfMeasure>IN</UnitOfMeasure>
<Length>10</Length>
<Width>10</Width>
<Height>10</Height>
</Dimensions>
<Weight>
<UnitOfMeasure>KG</UnitOfMeasure>
<Value>10</Value>
</Weight>
<PackedItems>
<PackedItem>
<ItemSequenceNumber>4</ItemSequenceNumber>
<BuyerProductIdentifier>ASIN004</BuyerProductIdentifier>
<PackedQuantity>
<UnitOfMeasure>Each</UnitOfMeasure>
<Amount>100</Amount>
</PackedQuantity>
</PackedItems>
</PackedItems>
</Container>
</Containers>
</ShipmentConfirmation>
</ShipmentConfirmations>