project44 · Capability
project44 Tracking API
project44 Tracking API provides real-time shipment tracking and visibility for multimodal freight including truckload (TL), LTL, ocean, rail, air, and parcel. APIs deliver shipment status updates, predictive ETAs, and exception alerts.
What You Can Do
POST
Createshipment
— Create a tracked shipment
/shipments
GET
Listshipments
— List tracked shipments
/shipments
GET
Getshipment
— Get a shipment
/shipments/{shipmentId}
DELETE
Deleteshipment
— Stop tracking a shipment
/shipments/{shipmentId}
GET
Getshipmentstatusupdates
— Get shipment status updates
/shipments/{shipmentId}/status-updates
GET
Getshipmentpositions
— Get shipment position history
/shipments/{shipmentId}/positions
GET
Listwebhooksubscriptions
— List webhook subscriptions
/webhooks/subscriptions
POST
Createwebhooksubscription
— Create webhook subscription
/webhooks/subscriptions
DELETE
Deletewebhooksubscription
— Delete webhook subscription
/webhooks/subscriptions/{subscriptionId}
MCP Tools
createshipment
Create a tracked shipment
listshipments
List tracked shipments
read-only
idempotent
getshipment
Get a shipment
read-only
idempotent
deleteshipment
Stop tracking a shipment
idempotent
getshipmentstatusupdates
Get shipment status updates
read-only
idempotent
getshipmentpositions
Get shipment position history
read-only
idempotent
listwebhooksubscriptions
List webhook subscriptions
read-only
idempotent
createwebhooksubscription
Create webhook subscription
deletewebhooksubscription
Delete webhook subscription
idempotent