Easyship

The Easyship modules allow you to watch, create, list, retrieve, and delete the shipments in your Easyship account.

Getting Started with Easyship

Prerequisites

  • An Easyship account

In order to use Easyship with Integromat, it is necessary to have an Easyship account. If you do not have one, you can create an Easyship account at easyship.com.

The module dialog fields that are displayed in bold (in the Integromat scenario, not in this documentation article) are mandatory!

Connecting Easyship to Integromat

1. Log in to your Easyship account.

2. From the Dashboard, click Create an API > Enter a name for the API > CONNECT.

y7LveXas8b.gif

3. Copy the Access Token to your clipboard.

easyship1.png

4. Go to Integromat and open the Easyship module's Create a connection dialog.

9omjKEYyKr.gif

5. In the Connection name field, enter a name for the connection.

6. In the Access Token field, enter the Access Token copied in step 3 and click Continue.

The connection has been established.

Triggers

Watch Shipment Delivered

Triggers when a shipment is delivered to a recipient.

Webhook NameEnter a name for the webhook.
ConnectionEstablish a connection to your Easyship account.

See the Connecting to Easyship Webhook using Integromat to add the webhook to your Easyship account.

Watch Shipment In-Transit

Triggers when a shipment is handed over to a courier and is in transit.

Webhook NameEnter a name for the webhook.
ConnectionEstablish a connection to your Easyship account.

See the Connecting to Easyship Webhook using Integromat to add the webhook to your Easyship account.

Watch Shipment Updated

Triggers when a shipment status has changed as defined by the user.

Webhook NameEnter a name for the webhook.
ConnectionEstablish a connection to your Easyship account.

See the Connecting to Easyship Webhook using Integromat to add the webhook to your Easyship account.

Watch New Shipping Label

Triggers when a new shipping label is generated. Provides documentation and tracking information.

Webhook NameEnter a name for the webhook.
ConnectionEstablish a connection to your Easyship account.

See the Connecting to Easyship Webhook using Integromat to add the webhook to your Easyship account.

Actions

Create a Shipment

Creates a shipment and receive accurate shipping quotes.

ConnectionEstablish a connection to your Easyship account.
Shipment IDSelect the Shipment ID whose details you want to update.
Destination CountrySelect the country to which the shipment should be sent. For example, For example, the United States.
Destination CityEnter the country to which the shipment should be sent. For example, in New York.
Destination Postal CodeEnter the area postal code where the shipment should be sent to.
Destination State(Optional) Enter the state name to which the shipment should be sent to.
Destination NameEnter the recipient's name.
Destination Company Name
Enter the recipient's company name.
Destination Address Line 1Enter the recipient's street name.
Destination Address Line 2Enter the recipient's street name.
Destination Phone NumberEnter the recipient's phone number.
Destination Email AddressEnter the recipient's email address.
Items

Add the shipment items:

DescriptionEnter the details of the item. 
SKUEnter the item's SKU number.
CategorySelect the item's category.
Declared CurrencySelect the currency applicable to the item. For example, USD.
Declared Customs ValueEnter the custom's value of the item.
QuantityEnter the item's weight in kg.
Actual WeightEnter the item's actual weight when packing.
HeightEnter the item's height in cm.
WidthEnter the item's width in cm.
LengthEnter the item's length in cm.
Platform NameEnter the platform from which the shipment is being shipped. For example, Amazon. .
Platform Order NumberEnter the platform order number of the shipment.
Taxes & Duties Paid By

Select the option for paying the shipment's taxes and duties:

  • Sender
  • Receiver
Is InsuredSelect whether the shipment is insured.
Select Courier ID(Optional) The courier will be selected by default.
Allow Courier FallbackIf you have provided Selected Courier ID but the courier cannot be selected, allow the shipment to be created and the next best rate to be selected.
Consignee Tax IDEnter the shipment's Consignee Tax ID.
Seller NotesEnter the notes or comments provided by the seller for the shipment.
Buyer NotesEnter the notes or comments provided by the buyer for the shipment.
Order NotesEnter any additional information about the order.
LengthEnter the shipment's length in cm.
WidthEnter the shipment's width in cm.
HeightEnter the shipment's height in cm.
Total Actual WeightEnter the shipment's total actual weight including the box weight. If you provide the total weight of the shipment, then the weight for items can be optional.

Get a Shipment

Returns a shipment by ID with current details.

ConnectionEstablish a connection to your Easyship account.
Easyship Shipment IDEnter the Shipment ID whose details you want to retrieve.

Update a Shipment

Updates shipment by ID.

ConnectionEstablish a connection to your Easyship account.
Destination CountrySelect the country to which the shipment should be sent. For example, For example, the United States.
Destination CityEnter the country to which the shipment should be sent. For example, in New York.
Destination Postal CodeEnter the area postal code where the shipment should be sent to.
Destination State(Optional) Enter the state name to which the shipment should be sent.
Destination NameEnter the recipient's name.
Destination Company Name
Enter the recipient's company name.
Destination Address Line 1Enter the recipient's street name.
Destination Address Line 2Enter the recipient's street name.
Destination Phone NumberEnter the recipient's phone number.
Destination Email AddressEnter the recipient's email address.
Items

Add the shipment items:

DescriptionEnter the details of the item. 
SKUEnter the item's SKU number.
CategorySelect the item's category.
Declared CurrencySelect the currency applicable to the item. For example, USD.
Declared Customs ValueEnter the custom's value of the item.
QuantityEnter the item's weight in kg.
Actual WeightEnter the item's actual weight when packing.
HeightEnter the item's height in cm.
WidthEnter the item's width in cm.
LengthEnter the item's length in cm.
Platform NameEnter the platform from which the shipment is being shipped. For example, Amazon.
Platform Order NumberEnter the platform order number of the shipment.
Taxes & Duties Paid BySelect the option for paying the shipment's taxes and duties:
  • Sender
  • Receiver
Is InsuredSelect whether the shipment is insured.
Selected Courier ID(Optional) The courier will be selected by default.
Allow Courier FallbackIf you have provided Selected Courier ID but the courier cannot be selected, allow the shipment to be created and the next best rate to be selected.
Consignee Tax IDEnter the shipment's Consignee Tax ID.

Delete a Shipment

Deletes shipment by ID.

ConnectionEstablish a connection to your Easyship account.
Easyship Shipment IDEnter the Shipment ID you want to delete.

Make an API Call

Performs an arbitrary authorized API call.

ConnectionEstablish a connection to your Easyship account.
URL

Enter a path relative to https://api.easyship.com/. For example, shipment/v1/shipments

For the list of available endpoints, refer to the Easyship API Documentation.
Method

Select the HTTP method you want to use:

GET
to retrieve information for an entry.

POST
to create a new entry.

PUT
to update/replace an existing entry.

PATCH
to make a partial entry update.

DELETE
to delete an entry.

HeadersEnter the desired request headers. You don't have to add authorization headers; we already did that for you.
Query StringEnter the request query string.
BodyEnter the body content for your API call.

Example of Use - List Shipments

The following API call returns all the shipments from your Easyship account:

URL:
/shipment/v1/shipments

Method:
GET

easyship3.png

Matches of the search can be found in the module's Output under BundleBody > shipments
In our example, 25 shipments were returned:

easyship2.png

Connecting to Easyship Webhook using Integromat

1. Open any Watch module, establish a connection, click Save, and copy the URL field to your clipboard. Click OK and save the trigger.

IiO7rFwcW5.gif

2. Log in to your Easyship account.

3. From the Dashboard, click Create a Webhook > Add new webhook.

4. In the Webhook Endpoint URL field, enter the URL address copied in step 1, and select the events for which you want to receive the trigger.

5. Click Create.

6. Enable the webhook and click Save.

AhSL31x9GE.gif

The webhook is added successfully.

 

Popular use cases from our blog

automated-data-collection-crm-illustration

How to Automate Data Collection - Part 5: CRM Systems

automated-data-collection-chatbot-marketing-illustration

How to Automate Data Collection - Part 4: Chatbot Marketing

automated-data-collection-paid-ads-illustration

How to Automate Data Collection - Part 3: Paid Ads

automated-data-collection-email-illustration

How to Automate Data Collection - Part 2: Email Marketing Segmentation

personalized-customer-experience-illustration-integromat

5 Automated Solutions to Personalize Customer Experience

data-collection-automation-forms-pt-1

How to Automate Data Collection - Part 1: Online Forms

Didn’t find what you were looking for?

Expert

Find an expert

We feature a network of 450+ certified partners across the globe who are ready to help

Find an expert

Automate any workflow in your business

Sign up for a free account today. No credit card required, no time limits on free plan.