Site Logo

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

PropertyTypeDescription
nicknamestringrequired
api_keystringrequired

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:

1
2
3
4
5
6
7
8
9
POST /v1/connections/carriers/evri_international HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__
Content-Type: application/json
{
"nickname": "My EVRi International account",
"api_key": "123456789",
}

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.

ServiceAPI Code
Internationalevri_international_international
Intenational (final mile)evri_international_international_final_mile
International PUDOevri_international_international_pudo
International PUDO final mileevri_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:

NameAPI CodePackage Attributes
PackagepkgInternational

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.