The leading global shipping platform for crowdfunding and eCommerce, powering makers worldwide.
Go to siteWith Easyship, you can build shipping solutions for a variety of needs. Here are some examples:
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}`,
},
})
},
})
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,