Transport & Delivery
Learn how to use Transport & Delivery workflows.
Overview
Drivly’s Transport & Delivery API simplifies the complex process of managing vehicle transport and delivery services, offering a straightforward solution for obtaining quotes and placing orders.
It’s designed to enhance operational efficiency, reduce costs, and ensure high-quality service. With customizable UI components, businesses can seamlessly integrate transportation capabilities into their products and gain access to a network of professional service providers, ensuring prompt and exceptional care for their vehicles.
Types of Transportation
Transport vehicles over long distances, typically between cities or states.
Transport vehicles over long distances, typically between cities or states.
Deliver vehicles from a local hub to their final destination.
Provide door-to-door vehicle transport services with personalized care.
Move vehicles short distances, often for emergency or vehicle breakdown situations.
Workflows
The Transport & Delivery API facilitates two primary types of transportation and delivery services: Quote
and Order
vehicle transportation services.
Quote Transport & Delivery
Retrieve instant cost estimates for transporting and delivering vehicles over any distances.
Create Quote
Create Quote
You can obtain a quote for a Wash & Detail service, including all of our different tiers of service. The quote will return with a checkout link, which you should redirect the customer towards. Once the customer has paid, a service order will be created with the details of the quote.
Attaching a deal to a quote will allow you to track all services related to that specific deal. The final invoice for the deal will include this quote, but will state that it was paid for separately.
Upon payment, a service order will be generated with all pertinent details and an estimated completion time. Progress of the service order can be monitored using webhooks, ensuring timely updates throughout the transport and delivery process.
Order Transport & Delivery
Easily order transportation and delivery to meet precise delivery standards and deadlines.
Place Order
Place Order
Creating a service order for transport and delivery services allows you to schedule, and pay for the service directly. This will create a service order which can be used to track progress of your vehicle’s transport and delivery.
For service orders, attaching a deal is highly recommended as this will allow you to keep all pending invoices in one place. The final invoice for the deal will include this order, but is rolled up into the total cost of the deal.
To place an order, you can submit a request with the following information:
You’ll be notified of the service order’s status via webhooks, ensuring you’re always up-to-date on the progress of your vehicle’s transport and delivery.
Webhooks
service.created
- This event is triggered when a service order is created, providing you with the details of the order:
service.updated
- This event is triggered when a service order is updated, for example, when we have picked up the vehicle and are in transit or when the service has an issue:
service.completed
- This event is triggered when a service order is completed:
Next Steps
Ready to get started with Transport & Delivery API?