Troubleshooting
This section provides reference information and guidance for resolving common issues with your live integration.
Use this guide to diagnose and resolve common operational issues.
Your system can't process the booking file
If you receive errors when parsing the booking CSV file, check these things:
- Manually inspect the file. Open the file in a text editor to check for corruption or formatting issues.
- Compare the column headings in the file to the structure outlined in the Receive bookings section.
If these steps don't resolve the issue, contact your account manager, or Shippit support.
Tracking updates sent using CSV aren't appearing in Shippit
If you don't see tracking updates on the Shippit platform, check these things:
- Check the upload location, and make sure you're uploading to
/inbound/tracking/on Shippit's SFTP server. - Check the filename, and confirm it matches the
Tracking_YYYY-MM-DD_HHMMSS.csvformat. - Check the file contents, and verify that the header row is exactly
status,labelNumber,timestamp,reasonand that everystatusvalue comes from the status code list. - Check whether the file is still in your tracking directory. A file that fails validation stays there, and Shippit records none of its events.
If these steps don't resolve the issue, contact your account manager, or Shippit support.
The tracking webhook endpoint is returning error codes
There are several error codes that the webhook could return:
| HTTP code | Description | Action |
|---|---|---|
401 Unauthorized | The authorisation header is missing or the secret token is incorrect | Verify the credentials you are using |
400 Bad Request | The request body isn't valid JSON | Compare the payload to the structure outlined in the Send tracking section. |
202 Accepted, but no event appears in Shippit | The payload is valid JSON but is missing a required field, or the labelNumber doesn't match a known package | Compare the payload to the structure outlined in the Send tracking section. |
5xx Server Error | A temporary issue on Shippit's side, or your account isn't configured for webhook tracking | Retry with exponential back off. If every request fails from the start, or failures persist for over 30 minutes, check the Shippit Status Page, or contact Shippit support. |