SerialTrack Integrations

ShipStation

The SerialTrack Integration with ShipStation allows you to look up and see order details when scanning an order number. Once you scan serial numbers, we’ll push the serial number information over to ShipStation in the Internal Notes field. Note that this has to be done before the order is marked as “Shipped” in ShipStation.

Veeqo

The SerialTrack Integration with Veeqo allows you to see order details when scanning an order number. Once you scan serial numbers, we add that information to the Internal Notes field inside Veeqo.

Webhooks & Zapier

You can provide a webhook URL and we’ll make an HTTP POST to that endpoint when each serial number is associated with an order. You can use a webhook provided by Zapier to get this data into Zapier and then into the thousands of systems with which it integrates.

The Webhook body will contain information in this format:

{
    "timestamp": "2024-01-02 03:04:05",
    "order_id" : "111-1234567-7654321",
    "serial_numbers": [
        "serial-1234567",
        "serial-9876543"
    ]
}

When a serial number is deleted, the webhook body is in this format:

{
    "timestamp": "2024-01-02 03:04:05",
    "order_id" : "111-1234567-7654321",
    "serial_numbers": [
        "serial-9876543"
    ],
    "deleted": true,
    "deleted_serial": "serial-1234567",
    "deleted_reason": "accident"
}

Webhooks are usually sent within seconds of being scanned. If your webhook endpoint responds with an HTTP 2XX, we’ll count it as successful. If any other response code is received, we’ll retry periodically with longer and longer waits between attempts for 48 hours.

Other Integrations

If you have other needs, or don’t know exactly what you need, please contact the experts at Data Automation. They have have tons of experience with custom E-Commerce Integrations