Veho Guide
Veho revolutionizes package delivery for the modern economy. Combined with EasyPost, they provide ecommerce shippers with seamless access to a best-in-class delivery experience.
This guide includes detailed information on utilizing Veho shipping with the EasyPost API, focusing on account setup, rates, label creation, manifests, tracking, and more.
Sign up for an EasyPost account to obtain a Test and Production API key. See Authentication and Key Management for more information.
Note: Negotiated rates are only available in Production mode.
Please review the Getting Started Guide for more information.
Upon sign-up with EasyPost, users gain immediate access to Default Carrier Accounts, which can be enabled directly from the Dashboard. For additional carriers, EasyPost supports a Bring Your Own Account (BYOA) option. This requires users to register directly with the respective carrier.
- Contact Veho to request a shipper account. A representative will be in touch for additional details regarding the account.
- Inform Veho about using EasyPost's API for label purchases.
- Acquire rates and align any additional shipping needs.
- Obtain Veho's account credentials:
- Veho API Key
- Input carrier-specific credentials within the EasyPost Carrier Account Dashboard for comprehensive rate access.
The API structure specified by EasyPost can also be used to add the Veho carrier shipper account.
curl -X POST https://api.easypost.com/v2/carrier_accounts \
-u "$EASYPOST_API_KEY": \
-H 'Content-Type: application/json' \
-d '{
"carrier_account": {
"type": "VehoAccount",
"description": "VehoAccount",
"credentials": {
"api_key": "VALUE"
},
"test_credentials": {
"api_key": "VALUE"
}
}
}'
Download an EasyPost Client Library or utilize the REST API with cURL.
Examine the EasyPost Objects section to understand the API's structure, which is critical for constructing requests and interpreting responses.
Veho is a Live Rating integration, enabling real-time rate retrieval for shipments created via EasyPost. Rates are guaranteed valid for a minimum of five minutes.
- When creating a shipment, EasyPost requests Veho for shipment rates specific to the user's Veho account.
- The rates provided are directly from Veho and tailored to the user's specific account details.
- In cases of discrepancies or incorrect rates, users are advised to contact their Veho account representative.
- The representative can then update the rates in Veho's database to ensure user account accuracy.
IMPORTANT: Veho’s rate areas will receive an update effective April 1, 2025. Users should verify their rates after this date and contact Veho with any questions.
Veho delivers seven days per week.
Service | Transit Time | Max Dimensions (inches) | Max Weight (ounces) |
---|---|---|---|
nextDay | 800 | ||
sameDay | 800 |
Note: Some services are contracted by Veho. Availability of services may vary based on contractual agreement. Contact a Veho representative for clarification on contracted services.

There are no predefined packages for Veho.
With EasyPost, the process for generating shipping labels for Veho is the same as generating them for any other carrier.
Review the Getting Started Guide for help generating a shipping label.
EasyPost supports the following Veho-specific shipment options:
delivery_max_datetime
: Indicates theslaDeliveryDate
. Primarily used by grocery delivery companies; most customers do not require this option.label_date
: Specifies the date when the package will be tendered to Veho. Use this option to notify Veho of package availability for pickup.
Voiding Veho labels through EasyPost is supported.
The Refund button in the EasyPost dashboard, or the /refund endpoint accessible through the API, allows for the voiding of unused Veho labels. See Refund a Shipment for more information.
EasyPost offers native Veho labels in PNG, PDF, and ZPL formats.
Manifesting requirements may vary by agreement type:
- Retailers: Manifesting is contractually required.
- Perishable, Meal Kit, and other Partners: Manifesting is not required if exact delivery dates are provided to Veho.
Contact Veho directly for questions regarding specific manifesting requirements.
Veho's policy on hazardous materials is not explicitly detailed. Shippers are advised to contact Veho directly for specific guidelines and compliance requirements.
Veho pickup requests can be made via the EasyPost API. Review the Pickups documentation for details.
Note: Pickups may incur charges; users should consult their Veho account representative for pricing details.
EasyPost simplifies package tracking by offering two methods:
- Tracking with an existing number and carrier.
- Using a Tracker included with an EasyPost-purchased shipping label.
The service integrates webhooks for timely shipment updates. For detailed information on tracking methods, visit the Tracking Guide.
The Carrier Metadata endpoint can programmatically return information about Veho service levels, predefined packages, supported features, and shipment options.
Use this information to quickly integrate with Veho and make educated decisions about the mix of carriers for shipping needs. Additionally, the Carrier Metadata endpoint is available to retrieve comprehensive information about all carriers on the EasyPost platform, enhancing decision-making for carrier services.
In addition to the guidance provided in our Carrier Guides, EasyPost offers support to assist with FAQs, troubleshooting issues, and inquiries related to the EasyPost platform.
Please visit the Help Center for more information.
For questions about getting started with Veho through the EasyPost API please talk to a Shipping Expert or contact our Support team.