Spring Global
Spring Global, part of PostNL, offers cross-border international shipping services and support for dangerous goods shipping when shipping from Great Britain and most EU countries.
This guide provides developers with the details needed to build Spring Global shipping capabilities into your ShipEngine workflows.
Requirements
Property | Type | Description |
---|---|---|
nickname | string | required |
api_key | string | required |
Connect Account
You can connect a Spring Global account using the POST method to the /v1/connections/carriers/
endpoint. Currently, you cannot connect a Spring Global account via the ShipEngine Dashboard.
Connect via Endpoint
carrier_name
: spring_global
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
Spring Global does not send estimated rates to ShipEngine. Your Spring Global account contact can provide you with the details about your contracted rates.
Service Details
Available Spring Global 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.
International Services
Service | API Code | Ship From Countries | Ship To Countries |
---|---|---|---|
Untracked | spring_global_untr | UK, FR, DE, ES, NL | Worldwide |
Tracked | spring_global_trck | UK, FR, DE, ES, NL | Worldwide |
Signature | spring_global_sign | FR, DE, ES, NL | Worldwide |
Spring Collect | spring_global_cllct | UK & EU | Worldwide |
Return Services
Spring Global supports the following return services:
Service | API Code |
---|---|
BACK | spring_global_back |
Spring Global's BACK service is available across Europe but is unavailable in the UK.
Packages
The following carrier package types are available for Spring Global services:
Name | API Code | Package Attributes |
---|---|---|
Spring Global Package | spring_global_package | International |
Adding Shipment Insurance
Adding carrier insurance is not supported for this carrier.
Label Support
- Label sizes: 4" x 6"
- Label formats: PDF, PNG, ZPL
Label Reference Fields
Spring Global does not currently support label messages.
Multi-Package Labels
Spring Global does not support multi-package shipments.
Voiding Labels
You can void Spring Global labels via ShipEngine.
See our Void a Label page for details about voiding labels with ShipEngine.
Paperless Labels
Spring Global does not support paperless Labels.
Customs Declarations
Customs declarations for Spring Global shipments are submitted electronically when you send your label request.
Delivery Confirmation
Confirmation Type | API Code | Description |
---|---|---|
No confirmation required | none | Default value. Only the "Signature" service allows another confirmation type. |
Personal Delivery | signature | Available only to the "Signature" service class. |
See our Delivery Confirmation page for more details about using the confirmation
property.
Advanced Options
Spring Global supports certain advanced options, which you can add to the shipment
object when creating a shipment or label.
Option | Type | Default Value | Description |
---|---|---|---|
delivered_duty_paid | string | null | Bills any applicable duties and taxes to the sender of the shipment (DDP). |
To ensure you always have the most up-to-date information about a carrier's advanced options, use the list carrier options call.
Manifests
Spring Global does not support creating manifests with ShipEngine.
Scheduling Pickups
Spring Global does not support scheduling a pickup using ShipEngine.
Service Points (PUDO)
The Spring Collect service allows shipping to a service point.
See our Intro to Service Points for more details about how to use service points with ShipEngine.
Tracking
ShipEngine's integration with Spring Global supports receiving tracking updates for the Tracked, Signature, and Spring Collect services. Review our ​Track a Package guides​​ for details on tracking with the ShipEngine API.
Please note the "Untracked" service class does not support tracking.
Disconnecting Your Spring Global Account
See the Disconnect section in our Delete a Carrier page for the process of deleting or disconnecting a carrier from ShipEngine.