The leading global shipping platform for crowdfunding and eCommerce, powering makers worldwide.
Go to siteThe Easyship API unlocks the potential for seamless shipping processes, by integrating a multitude of courier services into your workflow. With this API, you can automate the retrieval of shipping rates, create shipments, manage orders, and track packages in transit. This streamlines the logistics side of e-commerce, ensuring that businesses can focus on what they do best – sell products – while the shipping details are handled efficiently in the background.
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}`,
},
})
},
})
Automated Order Fulfillment
Real-time Shipping Updates
Centralized Shipping Dashboard
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,