AfterShip

AfterShip is an automated shipment tracking solution that helps eCommerce businesses track their online shipments and keep their customers updated on the status of their deliveries from their online shops. AfterShip supports a wide variety of shipping services worldwide, provides users with a dashboard to check the status of shipments across multiple carriers, and sends out emails and notifications automatically at different shipment stages.

Data integration: Skyvia supports importing data to and from AfterShip, exporting AfterShip data to CSV files, replicating AfterShip data to relational databases, and synchronizing AfterShip data with other cloud apps and relational databases.

Backup: Skyvia Backup does not support AfterShip backup.

Query: Skyvia Query supports AfterShip.

Establishing Connection

To create a connection to AfterShip, you need to specify your API Key. API Key is a REST API key used for connecting to AfterShip. You can manage an API key in the AfterShip interface, more details are available below.

Getting Credentials

To get your API Key for AfterShip REST API, perform the following steps:

  1. Sign in to AfterShip.
  2. Click Settings in the menu on the left.

    Aftership API Key

  3. Select API keys.
  4. Copy your API key.

    Aftership API Key

Creating Connection

Paste the obtained API key to the API Key field in the connection editor.

Connection Editor window

Connector Specifics

Objects Peculiarities

Notifications

The Notifications object records are uniquely identified by the TrackingId field, the Trackings object foreign key. To import data to the Notifications object, you must map the TrackingId field.

Emails and SMSes fields in the Notifications objects are the arrays. When importing data to these fields, you must map their values in an array format.

The INSERT operation against the Emails and SMSes fields of the Notifications object adds new values to the existing arrays.

For example, there is a Trackings record with the related record in the Notifications object, where the Emails = [“[email protected]”]. You add two more values [email protected] and [email protected] to the array. To do this, you must specify the Emails value in the following format: [“[email protected]”,”[email protected]”]. As a result, the Emails field will look like: [“[email protected]”,”[email protected]”,”[email protected]”].

The UPDATE operation is used when you want to delete the values from the Emails or SMSes fields.

For example, there is a Trackings record in the Notifications object, where the Emails = [“[email protected]”,”[email protected]”,”[email protected]”]. You remove only one value [email protected] and leave the other two as is. To do this, you must specify the Emails value in the following format: [“[email protected]”]. As a result, the Emails field will look like: [“[email protected]”,”[email protected]”].

Incremental Replication and Synchronization

Synchronization and Replication with Incremental Updates are supported only for the Trackings object.

DML Operations Support

Operations Objects
INSERT, UPDATE, DELETE Trackings
INSERT, UPDATE Notifications

Supported Actions

Skyvia supports all the common actions for Aftership.