3PL TechFlow

Security

Built for many clients under one roof

A 3PL holds other people's inventory and other people's customers. ShipFlow is designed so that each client's data is fenced off at the database, every action is attributable, and access ends the moment it should.

Authentication and access

Per-client isolation

Every table that holds client data carries the owning tenant, and row-level security in the database enforces the boundary on every query. A client's portal users only ever reach their own company's rows; warehouse users are fenced to their warehouse. Integrations run per client with their own credentials.

Encryption

Hosting

The application runs on Railway, the database on Neon and the web front ends on Netlify, all in United States regions, each with their own SOC 2 programmes. Documents and photos are stored in Amazon S3 with server-generated keys and time-limited download links.

Audit logging

Administrative and data-changing actions (user changes, permission changes, integration changes, overrides, redactions) are written to an audit log with who, what, before and after, and from where. Integration runs keep their own log, including what a connected channel sent when a request could not be processed.

Development practice

Changes ship through automated verification suites that exercise the API against a local database, including isolation checks that assert one client cannot read another's rows. Dependencies are reviewed for known vulnerabilities, and secrets are kept in the hosting environment, never in the repository.

Responsible disclosure

If you believe you have found a security issue, email support@3pltechflow.com with "Security report" in the subject. We acknowledge reports within two business days, keep you informed while we fix, and do not pursue good-faith researchers who respect client data and give us reasonable time to remediate.