This is an n8n community node for integrating with the Shippo API. It allows you to automate shipping operations using n8n workflows.
Follow these steps to install this node in your n8n instance:
npm install n8n-nodes-shippoTo use this node, you'll need a Shippo API token. You can obtain one by:
- Creating an account at Shippo
- Navigate to Settings → API
- Generate either a Test or Live API token
Configure your credentials in n8n:
- Environment: Choose between Test (sandbox) or Live (production)
- API Token: Your Shippo API token (starts with either
shippo_test_orshippo_live_)
This node supports various Shippo API operations including:
- Address validation
- Shipping rate calculations
- Label creation
- Tracking information
- Parcel management
- Customs declarations
- Add the Shippo node to your workflow
- Configure your Shippo credentials
- Select the desired operation
- Configure the operation parameters
- Connect to other nodes in your workflow
- Documentation: Shippo API Documentation
- Issues: Please report any issues in the GitHub repository
- Maintainer: Your Name/Organization