Easyship

The leading global shipping platform for crowdfunding and eCommerce, powering makers worldwide.

Go to site
Explore
/
Apps
/
Easyship

Easyship API Integrations

Build and run workflows using the Easyship API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With Easyship, you can build shipping solutions for a variety of needs. Here are some examples:

  • Create a shipping solution for an online store
  • Create a shipping solution for a marketplace
  • Create a shipping solution for a logistics company
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    easyship: {
      type: "app",
      app: "easyship",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.easyship.com/v2/couriers`,
      headers: {
        Authorization: `Bearer ${this.easyship.$auth.api_token}`,
      },
    })
  },
})

Authentication

Easyship uses API keys for authentication. When you connect your Easyship account, Pipedream securely stores the keys so you can easily authenticate to Easyship APIs in both code and no-code steps.

To retrieve your API tokens,

  • Navigate to your Easyship account and sign in
  • Go to “Connect” > “New Integration”> “API Integration”