@n8n-dev/n8n-nodes-shipengine
v1.0.0
Published
ShipEngine's easy-to-use REST API lets you manage all of your shipping needs without worrying about the complexities of different carrier APIs and protocols. We handle all the heavy lifting so you ..
Maintainers
Readme
@n8n-dev/n8n-nodes-shipengine
Stop writing shipengine API integrations by hand.
Every time you connect n8n to shipengine, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to shipengine took 5 minutes, not half a day?
This node gives you 18+ resources out of the box: Addresses, Batches, Carrier Accounts, Carriers, Downloads, and 13 more: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-shipengineOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-shipengine - Click Install
Quick Start
- Install the node (above)
- Add credentials: shipengine API → paste your API key
- Drag the shipengine node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Put Parse an address
- Post Validate An Address
- Get List Batches
- Post Create A Batch
- Get Batch By External ID
- Delete Batch By ID
- Get Batch By ID
- Put Update Batch By ID
- Post Add to a Batch
- Get Batch Errors
- Post Process Batch ID Labels
- Post Remove From Batch
- Post Connect a carrier account
- Delete Disconnect a carrier
- Get carrier settings
- Put Update carrier settings
- Get List Carriers
- Get Carrier By ID
- Put Add Funds To Carrier
- Get Carrier Options
- Get List Carrier Package Types
- Get List Carrier Services
- Get Download File
- Delete Disconnect a Shipsurance Account
- Post Connect a Shipsurance Account
- Patch Add Funds To Insurance
- Get Insurance Funds Balance
- Get List labels
- Post Purchase Label
- Get Label By External Shipment ID
- Post Purchase Label with Rate ID
- Post Purchase Label with Shipment ID
- Get Label By ID
- Post Create a return label
- Get Label Tracking Information
- Put Void a Label By ID
- Get List Manifests
- Post Create Manifest
- Get Manifest Request By ID
- Get Manifest By ID
- Get List Scheduled Pickups
- Post Schedule a Pickup
- Delete a Scheduled Pickup
- Get Pickup By ID
- Get List Custom Package Types
- Post Create Custom Package Type
- Delete A Custom Package By ID
- Get Custom Package Type By ID
- Put Update Custom Package Type By ID
- Post Get Shipping Rates
- Post Get Bulk Rates
- Post Estimate Rates
- Get Rate By ID
- Post List Service Points
- Get Service Point By ID
- Get List Shipments
- Post Create Shipments
- Get Shipment By External ID
- Put Parse shipping info
- Get Shipment By ID
- Put Update Shipment By ID
- Put Cancel a Shipment
- Get Shipment Rates
- Delete Remove Tag from Shipment
- Post Add Tag to Shipment
- Get Tags
- Delete Tag
- Post Create a New Tag
- Put Update Tag Name
- Post Get Ephemeral Token
- Get Tracking Information
- Post Start Tracking a Package
- Post Stop Tracking a Package
- Get List Warehouses
- Post Create Warehouse
- Delete Warehouse By ID
- Get Warehouse By ID
- Put Update Warehouse By ID
- Put Update Warehouse Settings
- Get List Webhooks
- Post Create a WEBHOOK
- Delete WEBHOOK By ID
- Get WEBHOOK By ID
- Put Update a WEBHOOK
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from shipengine docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official shipengine OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official shipengine OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the shipengine API updates, this node updates too.
Support This Project
If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates.
License
MIT © kelvinzer0
