EVRi International
EVRi International offers international shipping services for shipments originating in the UK, US, and most EU countries.
This guide provides developers with the details needed to build EVRi International shipping capabilities into your ShipEngine workflows.
ShipEngine also allows you to connect your own existing EVRi Corporate account or use the EVRi services included with ShipEngine. The requirements and service details are different than those for EVRi International. For details about using EVRi from ShipEngine, see our EVRi from ShipEngine Guide. For details about using EVRi Corporate services, see our EVRi Corporate Guide.
Requirements
Property | Type | Description |
---|---|---|
nickname | string | required |
api_key | string | required |
Connect Account
You can connect a EVRi International account using the POST method to the /v1/connections/carriers/
endpoint. Currently, you cannot connect an EVRi International account via the ShipEngine dashboard.
Connect via Endpoint
carrier_name
: evri_international
POST /v1/connections/carriers/:carrier_name
Sample request:
A successful connection will return a response with the carrier_id
, which you'll use for any requests for this account going forward.
Rates
EVRi does not send estimated rates to ShipEngine, as EVRi does not have an available Rates API. Your EVRi International account contact can provide you with the details about your contracted rates.
Service Details
Available EVRi International services are provided below. Please note that carriers may update their available services at any time. To ensure you are always using valid services, you can use the list carrier services endpoint at any time.
Service | API Code |
---|---|
International | evri_international_international |
Intenational (final mile) | evri_international_international_final_mile |
International PUDO | evri_international_international_pudo |
International PUDO final mile | evri_international_international_pudo_final_mile |
Return Services
EVRi International does not currently support return services.
Packages
The following carrier package types are available for EVRi International services:
Name | API Code | Package Attributes |
---|---|---|
Package | pkg | International |
You can also use the generic package
type or custom package types.
Adding Shipment Insurance
Adding shipment insurance is not supported for this carrier.
Label Support
- Label sizes: 4" x 6"
- Label formats: PDF, PNG, ZPL
Label Reference Fields
EVRi International does not support adding custom label messages.
Multi-Package Labels
EVRi International does not support multi-package shipments.
Label Branding
EVRi International does not support label branding.
Voiding Labels
EVRi International supports voiding labels with ShipEngine.
Paperless Labels
EVRi International does not currently support paperless labels.
Customs Declarations
Customs declarations for EVRi International shipments are printed directly on the label. You do not need to download additional forms.
Delivery Confirmation
EVRi International does not support any delivery confirmation types. All shipments will default to none
.
Advanced Options
EVRi International does not currently support any advanced options.
Manifests
EVRi International does not require manifesting your shipments.
Scheduling Pickups
EVRi International does not support scheduling a pickup.
Service Points (PUDO)
EVRi International supports shipping to service points with their specified PUDO services.
Tracking
ShipEngine's integration with EVRi International supports receiving tracking updates. Review our ​Track a Package guides​​ for details on tracking with the ShipEngine API.
Disconnecting Your EVRi International Account
See the Disconnect section in our Delete a Carrier page for the process of deleting or disconnecting a carrier from ShipEngine.