# Spring Global

[Spring Global](https://www.spring-gds.com/), 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 ShipStation V2 API workflows.

## Requirements

| Property | Type | Required? | Description |
|  --- | --- | --- | --- |
| `nickname` | *string* | **required** | Used to identify your account in ShipStation V2 API |
| `api_key` | *string* | **required** | Your Spring Global account API key |


## Connect Account

You can connect a Spring Global account using the POST method to the `/v2/connections/carriers/` endpoint, or via the ShipStation dashboard.

### Connect via Dashboard

Log in to your ShipStation account and navigate to the Carriers section to connect your Spring Global account using your credentials.

### Connect via Endpoint

`carrier_code`: `spring_global`

**POST /v2/connections/carriers/:carrier_code**

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 ShipStation V2 API. 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](/apis/shipengine/docs/reference/list-carrier-services) (ShipEngine guide) 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](/carrier-packaging) (ShipEngine guide) 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](/label-messages) (ShipEngine guide).

### Multi-Package Labels

Spring Global does not support [multi-package shipments](/multi-package) (ShipEngine guide).

### Voiding Labels

You can void Spring Global labels via ShipStation V2 API.

See our [Void a Label page](/void-labels) (ShipEngine guide) for details about voiding labels with ShipStation V2 API.

### Paperless Labels

Spring Global does not support [paperless Labels](/paperless-labels) (ShipEngine guide).

### Customs Declarations

Customs declarations for Spring Global shipments are submitted electronically when you send your label request.

> **NOTE: Action Required: New Zealand Border Levy Changes**
Effective April 1, 2026, a new NZD $2.21 (+ GST) levy applies to low-value air freight consignments entering New Zealand. This levy is charged **per consignment**, not per item.
See the **Shipping to New Zealand: Low Value Goods (LVG) Levy** section in [International Shipments](/international-shipping) (ShipEngine guide) for full details.


## 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](/apis/docs/shipping/delivery-confirmation) (ShipEngine guide) for more details about using the `confirmation` property.

## Advanced Options

Spring Global supports certain [advanced options](/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](/apis/shipengine/docs/reference/list-carrier-options) (ShipEngine guide).

## Manifests

Spring Global does not support creating [manifests](/manifests-scanforms) (ShipEngine guide) with ShipStation V2 API.

## Scheduling Pickups

Spring Global does not support [scheduling a pickup](/schedule-pickups) (ShipEngine guide) using ShipStation V2 API.

## Service Points (PUDO)

The Spring Collect service allows shipping to a service point.

See our [Intro to Service Points](/service-points) (ShipEngine guide) for more details about how to use service points with ShipStation V2 API.

## Tracking

ShipStation V2 API's integration with Spring Global supports receiving tracking updates for the Tracked, Signature, and Spring Collect services. Review our ​[Track a Package guides​](/tracking) (ShipEngine guide)​ for details on tracking with the ShipStation V2 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](/apis/shipengine/docs/reference/carriers/delete-carrier) (ShipEngine guide) for the process of deleting or disconnecting a carrier from ShipStation V2 API.

> **NOTE:**
If you disconnect a carrier account and reconnect it, the account will have a new `carrier_id` in ShipStation V2 API.