Meet users inside their system.
Connect ERP, WMS, procurement, ecommerce, order-management, or purpose-built applications.
Put logistics execution inside your ERP, WMS, procurement platform, ecommerce environment, or custom application.
For technology and operations teams that want shipment workflows connected without adding another manual handoff.
Start with one representative shipment workflow and a defined sandbox test plan.
POST /api/v1/shipments/quotes
Authorization: Bearer <token>
Content-Type: application/json
{
"customerId": 12345,
"serviceType": "LTL",
"direction": "Inbound",
"deliveryOption": "Both",
"scheduledPickupDate":
"2026-08-10T14:00:00Z"
}
01 / Logistics where work begins
The StatusNow API lets customer systems initiate and retrieve shipment activity while StatusNow applies the configured carrier, account, service, and customer context behind the workflow.
Connect ERP, WMS, procurement, ecommerce, order-management, or purpose-built applications.
Request carrier options, schedule selected service, and keep shipment execution connected.
Retrieve tracking, labels, and Bills of Lading for the systems and teams that need them.
02 / One connected sequence
The public contract supports the core sequence needed to connect shipment execution to a customer-owned application.
Obtain a JWT bearer token through the configured customer system user.
Retrieve the customers associated with the integration account.
Submit shipment requirements and retrieve eligible carrier quote options.
Schedule the selected quoted shipment through the connected workflow.
Retrieve shipment tracking and status using the StatusNow shipment ID.
Access labels and Bills of Lading for downstream processes and users.
03 / Contract-backed capabilities
Every capability shown here reflects the published StatusNow External API contract.
Authenticate the configured integration user and apply the bearer token to protected requests.
Retrieve the customers associated with the authenticated account.
Request quote options from multiple available carriers using shipment details.
Retrieve ZIP-to-ZIP quote estimates from available carriers.
Schedule a quoted shipment and put the selected option into motion.
Retrieve shipment status and tracking using the connected StatusNow record.
Retrieve shipment labels as Base64-encoded content for downstream use.
Retrieve or download the shipment Bill of Lading through the API.
04 / Integration foundation
A successful shipping integration needs more than endpoints. It needs a controlled onboarding path, observable requests, and a shared definition of go-live readiness.
/api/v1/shipments/quotesQuote/api/v1/shipments/{id}/scheduleSchedule/api/v1/shipments/{id}/trackTrack/api/v1/shipments/{loadNumber}/labelsLabels/api/v1/shipments/{id}/billofladingBOLURL-based versioning keeps the integration surface explicit.
Capture the x-correlation-id, UTC timestamp, endpoint, and response when requesting support.
Plan for common HTTP responses and parse Problem Details where returned.
Customer system users, permissions, and environment details are established during onboarding.
06 / A defined path to production
Prove the connection against real business requirements before expanding the integration surface.
Define the source system, shipment workflow, required fields, and expected results.
Establish the customer system user, permissions, authentication, and sandbox details.
Connect the selected endpoints and implement response, error, and correlation handling.
Complete quote, schedule, track, document, and error-path scenarios before go-live.
Explore how StatusNow can connect shipment execution to the systems running your operation.