Maersk Parcel Guide

Maersk Parcel is a large regional carrier available exclusively through EasyPost, offering three-day shipping from major metropolitan areas at the most competitive rates. This service is ideal for small and medium-sized businesses that may not have the shipping volume or negotiating power to secure lower rates independently. Maersk Parcel provides a cost-effective solution to supplement existing carrier options.

This guide includes detailed information on utilizing Maersk Parcel shipping with the EasyPost API, focusing on account setup, rates, label creation, manifests, tracking, and more.


Prerequisites

Account Registration

Sign up for an EasyPost account to obtain a Test and Production API key. See Authentication and Key Management for more information.

Carrier Setup

Maersk Parcel accounts are created directly through EasyPost. New accounts are automatically created when Maersk Parcel is added to the EasyPost Dashboard or through the EasyPost API.

  1. Log in to the EasyPost Dashboard and navigate to Account Settings.
  2. Select the Carriers tab.
  3. Select Add Carrier.
  4. Select Maersk from the list of carriers and complete the following sections to add an account:
    1. Contact and Company Information
    2. Origin Address
    3. Billing Address
    4. Estimated Volume
    5. Select the checkbox stating that the Terms & Conditions have been read.

If an existing Maersk Parcel account already exists with the same demographic information, EasyPost will associate that account rather than duplicating it.

Note: Maersk Parcel accounts are specific to the shipment origin. A separate account is required for each origin, and a new account must be created if the shipping location changes.

Maersk Parcel Account via API

The API structure specified by EasyPost can also be used to add the Maersk Parcel carrier shipper account.

curl -X POST https://api.easypost.com/v2/carrier_accounts \
  -u "$EASYPOST_API_KEY": \
  -H 'Content-Type: application/json' \
  -d '{
  "carrier_account": {
    "type": "MaerskAccount",
    "description": "MaerskAccount",
    "credentials": {
      "account_key": "VALUE",
      "account_number": "VALUE"
    }
  }
}'

Software Requirements

Download an EasyPost Client Library or utilize the REST API with cURL.

Documentation Review

Examine the EasyPost Objects section to understand the API's structure, which is critical for constructing requests and interpreting responses.


Rates

Maersk Parcel is a Live Rating integration, enabling real-time rate retrieval for shipments created via EasyPost.

In cases of discrepancies or incorrect rates, users are advised to contact their Maersk Parcel account representative at 1 (385) 458-7940.

Rates are charged in USD through the EasyPost Wallet.


Billing

Maersk Parcel is an aggregate carrier, which means it consolidates shipping services from multiple final-mile carriers.

When a label is purchased through EasyPost, two separate billing events occur.

  • EasyPost Wallet charge: The EasyPost Wallet is charged immediately for the label purchase.
  • Final mile carrier charge: Maersk Parcel is billed by the final mile carrier according to that carrier’s billing process, which may be bill-on-scan (when the parcel is first scanned into their network) or bill-on-creation (at the time the label is generated).

Billing details, rates, and adjustments are managed by EasyPost in partnership with Maersk Parcel, ensuring end users are charged the correct amount through their EasyPost Wallet.


Service Levels

Maersk Parcel has the following service supported by EasyPost:

Service
Transit Time
Max Dimensions (inches)
Max Weight (ounces)
Maersk-3-Day

Predefined Packages

There are no predefined packages for Maersk Parcel.


Generating Shipping Labels

With EasyPost, generating shipping labels for Maersk Parcel is the same process as generating them for any other carrier.

Review the Getting Started Guide for help generating a shipping label.

One-Call Buys

One-call buys enable streamlined label purchasing through the EasyPost API by consolidating multiple operations into a single API request. This feature is designed to simplify and accelerate the shipping process by combining the creation of a shipment, retrieval of rates, and purchasing the shipping label into one efficient step.

See Reducing API Response Times for more information.

Supported Options

Voiding Labels

Voiding Maersk Parcel labels through EasyPost is supported.

Returns

Maersk Parcel returns are supported.

Refunds

The Refund button in the EasyPost dashboard, or the /refund endpoint accessible through the API, allows for voiding unused Maersk Parcel labels. See Refund a Shipment for more information.

Label Formats

EasyPost offers native Maersk Parcel labels PNG, ZPL, and PDF formats.

Label Size Options

Maersk Parcel offers a 6 x 4 label size.

Manifests

Manifesting is not supported or required for Maersk Parcel.


Hazardous Materials (HAZMAT)

This guide does not specify handling hazardous materials with Maersk Parcel. Shippers are advised to contact Maersk Parcel directly for hazmat inquiries.


Pickups

Maersk Parcel pickup requests can be made via the EasyPost API and the EasyPost Dashboard.

Note: Not all origin locations support pickups. Pickups may incur charges; users should consult their Maersk Parcel account representative for pricing details.


Tracking

EasyPost simplifies package tracking by offering two methods:

  • Tracking with an existing number and carrier.
  • Using a Tracker included with an EasyPost-purchased shipping label.

The service integrates webhooks for timely shipment updates. For detailed information on tracking methods, visit the Tracking Guide.


Additional Resources

Carrier Metadata

The Carrier Metadata endpoint can programmatically return information about service levels, predefined packages, supported features, and shipment options.

Use this information to quickly integrate and make educated decisions about the mix of carriers for shipping needs. Additionally, the Carrier Metadata endpoint is available to retrieve comprehensive information about all carriers on the EasyPost platform, enhancing decision-making for carrier services.

Support and Troubleshooting

In addition to the guidance provided in our Carrier Guides, EasyPost offers support to assist with FAQs, troubleshooting issues, and inquiries related to the EasyPost platform.

Please visit the Help Center for more information.


Talk to a Shipping Expert

For questions about getting started with the EasyPost API please talk to a Shipping Expert or contact our Support team.