Docs

From signup to first route in an afternoon.

Everything you need to get a workspace running, plus an overview of the REST API behind it. Full reference lands with general availability.

Getting started

Four steps to a live route.

  1. 01

    Create your workspace

    Sign up and you get a tenant of your own: separate data, users, and roles, on your own subdomain.

  2. 02

    Add drivers and a depot

    Invite drivers, set their weekly availability, and geocode the depot they start from. Drivers install the app and sign in.

  3. 03

    Bring orders in

    Upload a CSV, connect WooCommerce or Magento, or POST straight to the shipments endpoint. Addresses geocode on the way in.

  4. 04

    Route and release

    Optimize the day into a draft route, review the sequence, then release it to drivers. The live map picks it up from there.

API

A REST API over the same records.

Cookie-session auth, tenant-scoped by subdomain, JSON in and out. The endpoints the portals use are the endpoints you get.

Orders

GET /api/v1/shipments List shipments, filterable by status
POST /api/v1/shipments Create a shipment; addresses geocode on write
PATCH /api/v1/shipments/{id}/status Move a shipment through the lifecycle

Routing

POST /api/v1/routes/optimize Sequence stops into a draft route
POST /api/v1/routes/{id}/release Publish a route to its driver
GET /api/v1/driver-locations Snapshot of live driver positions

Driver

GET /api/v1/driver/manifest The driver's stops for the day, in order
POST /api/v1/driver/shipments/{id}/pod Attach proof of delivery
POST /api/v1/driver/location Report a position ping

Connect

POST /api/v1/connect/ingest Push a normalized order from any storefront
GET /api/v1/track/{token} Public branded tracking, no auth
Support

Stuck on something?

Fleetzip is in early access, so you reach the people building it. Send us what broke and what you expected instead.

[email protected]

Read enough. Try it.

Create a workspace, add a driver, and run a route today.

14-day trial · No credit card