# Amazon Shipping UK

[Amazon Shipping](https://shipping.amazon.com) offers domestic shipping solutions for shipments originating in the UK. Amazon Shipping offers fast ground shipping, on time, seven days a week.

This guide provides developers with the details needed to build Amazon Shipping shipping capabilities into your ShipStation V2 API workflows.

## Requirements

| Property | Type | Required? | Description |
|  --- | --- | --- | --- |
| `amazon_marketplace_id` | *string* | **required** |  |
| `seller_type` | *string* | **required** | Seller Central or Shipper Central account |


### Connection Requirements

* You must agree to the [Amazon Shipping terms and conditions](https://shipping.amazon.com/info/site-terms).
* Amazon requires a unique Amazon Shipping account for each Amazon store you are shipping for.


### Shipping Requirements

* All Amazon Shipping UK shipments require both weight and dimensions.
* You must add a declared value to all shipments, even if not adding shipment insurance.


## Connect Account

Amazon Shipping must be configured in your [account Dashboard](https://api-portal.shipstation.com/) and cannot be configured via endpoint. For instructions on connecting Amazon Shipping via the ShipStation dashboard, go to our [Amazon Shipping help article](https://help.shipengine.com/hc/en-us/articles/19288576652059).

Once connected, you can use the `carrier_code`: `amazon_shipping_uk` to create shipments and labels using Amazon Shipping services.

## Rates

Amazon Shipping UK supports [rate shopping](/rate-shopping) (ShipEngine guide) with ShipStation V2 API.

## Service Details

Available Amazon Shipping UK 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.

### Domestic Services

| Service | API Code |
|  --- | --- |
| Amazon Shipping Ground | `amazon_shipping_uk_ground` |
| Amazon Shipping Standard | `amazon_shipping_uk_standard` |
| Amazon Shipping Premium | `amazon_shipping_uk_premium` |


### Return Services

Amazon Shipping UK does not support creating [return labels](/return-labels) (ShipEngine guide) with ShipStation V2 API.

### Packages

The following [carrier package types](/carrier-packaging) (ShipEngine guide) are available for Amazon Shipping UK services:

| Name | API Code |
|  --- | --- |
| Your Package | `amazon_shipping_uk_package` |


### Adding Shipment Insurance

Amazon Shipping UK does not support adding carrier insurance to shipments created with ShipStation V2 API.

## Label Support

* Label sizes: 4" x 6"
* Label formats: PDF, PNG, ZPL


### Label Reference Fields

Amazon Shipping UK does not support adding [custom label messages](/label-messages) (ShipEngine guide).

### Multi-Package Labels

Amazon Shipping UK does not support creating [multi-package shipments](/multi-package) (ShipEngine guide).

### Label Branding

Amazon Shipping UK does not support [label branding](/branded-labels) (ShipEngine guide).

### Voiding Labels

Amazon Shipping UK does not support [voiding labels](/void-labels) (ShipEngine guide) with ShipStation V2 API.

### Paperless Labels

Amazon Shipping UK does not support [paperless labels](/paperless-labels) (ShipEngine guide).

## Delivery Confirmation

| Confirmation Type | API Code | Description |
|  --- | --- | --- |
| No confirmation required | `none` | No delivery confirmation required for the shipment. |


See our [Delivery Confirmation page](/apis/docs/shipping/delivery-confirmation) (ShipEngine guide) for more details about using the `confirmation` property.

## Advanced Options

Amazon Shipping UK does not currently support any [advanced options](/advanced-options).

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

Amazon Shipping UK does not require [manifesting](/manifests-scanforms) (ShipEngine guide) your shipments.

## Scheduling Pickups

Amazon Shipping UK does not support [scheduling pickups](/schedule-pickups) (ShipEngine guide) with ShipStation V2 API.

## Service Points (PUDO)

Amazon Shipping UK does not support shipping to [service points](/service-points) (ShipEngine guide).

## Tracking

Amazon Shipping UK supports receiving tracking updates. Review our ​[Track a Package guides​](/tracking) (ShipEngine guide)​ for details on tracking with the ShipStation V2 API.

## Disconnecting Your Amazon Shipping UK 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.