Instant Quotes
From man and van instant quotes to full-removal pricing, generate real-time delivery prices at checkout based on item dimensions, postcodes, and time slots.
Your customers expect reliable delivery at checkout. Adding reliable large-item delivery to your platform should not require building an entire logistics operation from scratch.
GiantVan's delivery API solves this in hours, not months — with pre-built plugins for Shopify and WooCommerce, official SDKs for JavaScript, Python, PHP, and Ruby, and a free sandbox that simulates drivers and tracking from day one. One integration gives you access to 5,000+ vetted drivers covering every UK postcode, with two man delivery service available for heavy items.
One integration. 5,000+ vetted drivers. Every UK postcode covered.

From man and van instant quotes to full-removal pricing, generate real-time delivery prices at checkout based on item dimensions, postcodes, and time slots.
Simplify your delivery integration — convert quotes into confirmed bookings programmatically with automatic driver assignment.
Provide customers with live GPS tracking and estimated arrival times via webhooks.
Receive delivery confirmation including photos, e-signatures, and timestamps through webhook callbacks.
Subscribe to real-time events such as booking confirmations, driver assignments, and delivery completions.
The API provides a complete set of endpoints to manage delivery workflows:
| Method | Endpoint | Description |
|---|---|---|
| POST | /v2/quotes | Generate instant delivery quote |
| POST | /v2/bookings | Create confirmed booking |
| GET | /v2/bookings/{id} | Retrieve booking details |
| PUT | /v2/bookings/{id} | Update booking |
| DELETE | /v2/bookings/{id} | Cancel booking |
| GET | /v2/tracking/{id} | Get real-time driver location |
| GET | /v2/proof/{id} | Retrieve proof of delivery |
| POST | /v2/webhooks | Register webhook endpoint |
| GET | /v2/vehicles | List available vehicle types |
| GET | /v2/availability | Check slot availability |
Copy, paste, and get your first quote in minutes using your preferred language such as JavaScript, Python, or PHP.
Sending a POST request to the quotes endpoint
Providing collection and delivery details
Including item dimensions and weight
Setting service level and preferred delivery date

JavaScript example
// JavaScript / Node.js
const response = await fetch('https://api.giantvan.com/v2/quotes', {
method: 'POST',
headers: {
'Authorization': 'Bearer YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
collection: { postcode: 'SW1A 1AA', floor: 0, lift_available: true },
delivery: { postcode: 'M1 1AD', floor: 2, lift_available: false },
items: [
{ type: 'sofa', dimensions: { l: 220, w: 90, h: 85 }, weight: 45 },
],
service_level: 'standard',
preferred_date: '2026-04-15',
}),
});
const quote = await response.json();
// Returns: { quote_id, price_gbp, vehicle_type, estimated_duration, valid_until }Display real-time delivery prices on product pages, offer time slots at checkout, auto-book on order confirmation, and send branded tracking links — perfect for furniture delivery retailers. Our delivery API handles the heavy lifting — literally. Retailers using our integration report 23% higher checkout completion rates because customers see transparent pricing upfront. Get a quote in seconds.

Multi-vendor delivery aggregation with seller-specific rate cards, platform-branded tracking pages, and proof-of-delivery data for dispute resolution. Whether you run a furniture marketplace or an eBay marketplace collection workflow, our courier platforms UK infrastructure handles logistics so you can focus on growth. Enterprise solutions are available for high-volume sellers.

Trigger delivery bookings automatically when orders reach 'ready to ship' stage in your removals software or warehouse management system. Sync status via webhooks, use bulk booking endpoints for high-volume operations, and pull consolidated analytics for reporting. Talk to us about enterprise solutions or a trade account for ERP-scale integrations.

Tenant move-in/move-out booking, furniture staging delivery, and two man delivery service for heavy items — all integrated into property management dashboards with a branded experience. Estate agents report saving 4+ hours per week on delivery coordination. Pair with house removals or Office removals for full property workflows.

OAuth 2.0 Bearer Tokens provide industry-standard authentication for our shipping API UK. Traffic is encrypted via TLS 1.3, and webhook payloads are signed with HMAC-SHA256.
Full data processing agreement available on request via our contact form.
Payment data never touches the API.
100 requests/minute, 5,000
1,000 requests/minute, 100,000
5,000 requests/minute, Unlimited
Security researchers — report a vulnerability via our contact form. We aim to acknowledge reports within 48 hours.
The API integrates with leading platforms — connect delivery into your existing systems with minimal effort.

Shopify
WooCommerce
Magento
BigCommerce
Zapier
Make (Integromat)
To integrate successfully, your system should support:
HTTPS support (TLS 1.2+)
JSON request/response support
OAuth 2.0 client for token management
HTTPS webhook endpoint (recommended)
Server-side integration only (never expose API keys client-side)

Every integration gets the support it needs — from kickoff through production launch.

Full documentation
Developer forum access
Technical support for paid plans
Integration reviews
Custom development services