Tracktainer Blog
Gate out

Logistics tech

Bulk tracking without an integration: what a CSV upload gets you

Not every team needs an API. A spreadsheet upload covers more cases than vendors like to admit.

Quick take

  • CSV upload gets you most of the value with none of the development.
  • Good for periodic reporting, weak for live operations.
  • It is a legitimate stepping stone, not a failure to integrate.

API integration is the recommended path in every vendor deck. For plenty of teams it is the wrong first step.

Where it works well

You export active shipments from your system, upload the file, and get back a sheet with current status, last event and estimated arrival. Weekly reporting, customer status roundups and month end reconciliation all work fine on this rhythm.

It also lets you evaluate a provider properly. Upload three months of real shipments and see what comes back before committing developer time to anything.

Where it breaks down

Live operations. If a vessel is delayed on Tuesday and your file was uploaded Monday, you find out Wednesday. For anything time critical, the delay defeats the purpose.

It also does not scale with people. One person uploading weekly is fine. Four people uploading daily means someone forgets, and the gap is invisible until it matters.

See it on your own shipment

Paste a container number, bill of lading or booking reference. We detect the carrier across 170+ shipping lines, and when the data does not line up, a person checks it.

Keeping the file clean

Two habits save most of the friction. Validate container numbers before upload, since one malformed row can reject a batch depending on the tool. And keep your own reference in a column alongside the container number so the results file maps back to your shipments without manual matching.

Questions people ask

How many containers can I upload at once?

Depends on the provider, but hundreds per file is normal.

Should I move to an API eventually?

When someone is uploading daily, the manual step costs more than the integration would.

Read next