HP Driver is a logistics provider focused on delivering dependable shipping solutions across regional and long-haul freight networks. The company specializes in shipping and freight services, helping businesses move goods efficiently and reliably across the United States.
HP Driver supports a wide range of shipping needs with customer-focused service, flexible transportation options, and dependable transit timelines.
To onboard a HP Driver account through an API, the user needs to possess the following pre-requisites:
- LOCATION_IDENTIFIER
- LOCATION_NAME
An HP Driver account can be onboarded for a subscription through the client portal for now.
HP Driver supports:
- US domestic shipments
- Rate and Rate-Shopping supported
- Void/cancel supported
- Future-dated shipments
- Label reprint supported (up to 8 times within 24 hours)
- Refund window supported (up to 720 hours / 30 days)
- Manifest workflows supported
Limitations:
- International shipments not supported
- Multipiece shipment not supported
- Returns not supported
- Pickup not supported
- Customs for domestic shipments not supported
- Postpay not supported
- Invoice logo and signature not supported
- QR code and barcode not supported
- Hazmat shipments not supported
The APIs integrate with HP Driver through the following operations:
| Operations | Method | Resource Path |
|---|---|---|
| Retrieve Country List | GET | /api/v1/countries |
| Get Carrier Account | GET | /api/v1/carrierAccounts |
| Get Services | GET | /api/v1/services |
| Get Carrier Account | GET | /api/v1/carrierAccounts |
| Get Parcel Types | GET | /api/v1/parcelTypes |
| Rate a Parcel | POST | /api/v2/rates |
| Create a Shipping Label | POST | /api/v2/shipments |
| Reprint a Label | POST | /api/v2/shipments/reprint |
| Void a Label | POST | /api/v2/shipments/cancel |
Metadata provides information about HP Driver services, including origin and destination countries, supported carrier services, supported package types, and supported special services. Users can select specific origin and destination countries from the provided dropdown menu to dynamically view relevant metadata specific to those countries.