Skip to content

Exporting Package Sizes from Shiptheory

This task will export all package sizes from Shiptheory to an XML file.

Settings

Shiptheory Connection

Required
The Shiptheory connection to use. See the Connecting to Shiptheory article if you require more information on how to create/manage connections.

Output File

Required
The name of the file to export the data to. The data will be output in XML format, a sample of which is shown below.

Page Size

Required
The number of records to fetch per page. This defaults to 100, and the maximum value is 100.

Timeout

Optional
The length of time to wait (in seconds) for Shiptheory to respond to each API request. If left blank, or set to 0 or less, a default value of 100 seconds will be applied.

Zynk Settings

See Common Task Settings

Examples

Sample output file:

<?xml version="1.0" encoding="utf-8"?>
<PackageSizes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <PackageSize>
    <Id>1</Id>
    <Name>Small</Name>
    <Length>10</Length>
    <Width>10</Width>
    <Height>10</Height>
    <Active>true</Active>
    <Created>2021-07-06T13:36:27+01:00</Created>
    <Modified>2021-07-06T15:12:48+01:00</Modified>
  </PackageSize>
</PackageSizes>