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
GiantVan's courier booking software is a RESTful delivery API that lets UK businesses integrate large-item delivery, removals, and man-and-van services directly into their applications. It provides endpoints for instant quotes, automated booking, real-time GPS tracking, and proof of delivery with photographs and e-signatures.
Register free via our contact form and receive sandbox credentials within minutes. The sandbox includes simulated drivers and tracking so you can test thoroughly. Upgrade to Standard (from £49/month), Professional, or Enterprise when you are ready for production traffic.
OAuth 2.0 Bearer Token authentication secures all requests. Traffic is encrypted via TLS 1.3, and webhook payloads are signed with HMAC-SHA256 so you can verify authenticity. API keys can be rotated without downtime, and IP allowlisting adds an extra layer of security.
Yes. The free Sandbox environment gives you 100 requests per minute and 5,000 requests per day with simulated drivers, tracking, and proof-of-delivery workflows. No credit card required.
Official SDKs are available for JavaScript/TypeScript, Python 3.8+, PHP 8.0+, and Ruby 3.0+ (beta). The OpenAPI 3.0 specification enables automatic code generation in any language. A Postman collection is included for quick testing.
Basic integration typically takes 2–3 hours using our SDKs and pre-built Shopify or WooCommerce plugins. Full production implementation with error handling, UI components, and comprehensive testing usually requires 1–2 weeks. Our team offers free integration reviews before launch.
Pre-built integrations are available for Shopify, WooCommerce, Magento, and BigCommerce. Automation connectors work with Zapier and Make (Integromat). Any platform can integrate via the RESTful API.
Yes. When you submit item dimensions and weight through the API, our system automatically determines whether a single driver or two man delivery service is required. Customers ordering bulky items like sofas, wardrobes, or appliances will be quoted for the appropriate service level.
Sandbox: 100 requests/minute. Standard: 1,000 requests/minute. Enterprise: 5,000 requests/minute with unlimited daily requests. Rate limit headers are included in every response so you can implement backoff logic.
Yes. Full data processing agreements are available on request. The platform is PCI DSS Level 1 compliant for payment security.
Absolutely. Many removal companies use GiantVan's API as their core moving software — handling quoting, booking, driver dispatch, tracking, and proof of delivery. The enterprise plan includes custom rate cards, bulk booking endpoints, and dedicated support.
Submit item type, dimensions, and weight in your quote request. The API returns pricing for the appropriate vehicle and crew size, including two man delivery service for items over 30kg. Customers receive time-slot options, live tracking, and photographic proof of delivery.
All endpoints are versioned under a /v2/ prefix, so adding new features never breaks integrators on the current version. When a major version is scheduled for retirement we provide a minimum 12 months' deprecation notice via email to registered developers, plus a sunset header in API responses pointing to the migration guide.
Older minor releases continue to receive security fixes throughout the deprecation window.