Marking Orders as Shipped in ShipStation
This task will mark existing orders in ShipStation as shipped, without creating a shipping label. The orders must be supplied in an XML file.
Settings
ShipStation Connection
Required
The ShipStation connection to use. See the Connecting to ShipStation article if you require more information on how to create/manage connections.
Fail File
Required
The name of a file for failed imports to be output to.
Input File
Required
The source file containing the records to import into ShipStation. The file must be in the XML format shown below.
Success File
Required
The name of a file for successful imports to be output to.
Prevent Reprocessing
Required
Set this to 'True' to check whether the ExternalId of each record supplied in the input XML file has already been processed, and if so skip the record.
Zynk Settings
Examples
A sample input file is shown below.
<?xml version="1.0" encoding="utf-8"?>
<ShipOrders>
<ShipOrder>
<ExternalId>64362</ExternalId>
<OrderNumber>123456</OrderNumber>
<OrderId>9999999</OrderId>
<CarrierCode>dpd</CarrierCode>
<ShipDate>2019-08-01</ShipDate>
<TrackingNumber>12038172084</TrackingNumber>
<NotifyCustomer>false</NotifyCustomer>
<NotifySalesChannel>false</NotifySalesChannel>
</ShipOrder>
</ShipOrders>