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.
Sign up for an EasyPost account to obtain a Test and Production API key. See Authentication and Key Management for more information.
Upon sign-up with EasyPost, users gain immediate access to Default Carrier Accounts, which can be enabled directly from the Dashboard. For additional carriers, EasyPost supports a Bring Your Own Account (BYOA) option. This requires users to register directly with the respective carrier.
- Contact Maersk Parcel to fill out the registration form.
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.
- Once an email is received from Maersk Parcel, follow the instructions to validate the user’s email account.
- Once validated, an additional email containing Maersk Parcel sign-in credentials and a link to the customer’s rate card containing Maersk Parcel rates will be sent.
Note: Rate cards received from Maersk Parcel are not used by EasyPost and are for the customer’s use only.
- The following production and test account credentials will be provided by Maersk Parcel:
account_key
account_number
- Input carrier-specific credentials within the EasyPost Carrier Account Dashboard for comprehensive rate access.
- New customers should ensure the EasyPost Wallet has been setup.
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 '{
"type": "MaerskAccount",
"description": "MaerskAccount",
"carrier_account": {
"reference": "my-reference",
"credentials": {
"account_key": "VALUE",
"account_number": "VALUE",
},
"test_credentials": {
"account_key": "VALUE",
"account_number": "VALUE",
}
}
}'
Download an EasyPost Client Library or utilize the REST API with cURL.
Examine the EasyPost Objects section to understand the API's structure, which is critical for constructing requests and interpreting responses.
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.
Maersk Parcel has the following service supported by EasyPost:
Service | Transit Time | Max Dimensions (inches) | Max Weight (ounces) |
---|---|---|---|
Maersk-3-Day |
There are no predefined packages for Maersk Parcel.
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.
1-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.
Voiding Maersk Parcel labels through EasyPost is supported.
Maersk Parcel returns are supported.
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.
EasyPost offers native Maersk Parcel labels PNG, ZPL, and PDF formats.
Maersk Parcel offers a 6 x 4 label size.
Manifesting is not supported or required for Maersk Parcel.
This guide does not specify handling hazardous materials with Maersk Parcel. Shippers are advised to contact Maersk Parcel directly for hazmat inquiries.
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.
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.
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.
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.
For questions about getting started with the EasyPost API please talk to a Shipping Expert or contact our Support team.