Package Information
Released: 8/1/2025
Downloads: 0 weekly / 21 monthly
Latest Version: 1.1.0
Author: shipentegra
Documentation
n8n-nodes-shipentegra
This is an n8n community node. It lets you use Shipentegra in your n8n workflows.
Shipentegra is a shipping and logistics platform that enables seamless integration for managing shipping rates, creating orders, generating shipping labels, tracking cargo activities, and more via its public API.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
This node supports the following operations:
- Calculate Price: Calculate shipping price for a package.
- Create Manual Order: Create a manual order with detailed package and address information.
- Create Post Orders: Create one or more post orders by providing order IDs.
- Create SE-DHL Ecommerce Label: Generate DHL ecommerce shipping labels.
- Create SE-Fedex Label: Generate FedEx shipping labels.
- Create SE-UPS Label: Generate UPS shipping labels.
- Create SE-USPS Label: Generate USPS shipping labels.
- Create Shipentegra Label: Generate Shipentegra shipping labels.
- Find Cargo Activities: Track cargo activities by shipment number.
- Find Order: Retrieve detailed information about a specific order.
- Find Orders: Retrieve a list of orders associated with the user.
- List Carriers: List available carriers for the user.
- Update Order Status: Update the status of an order.
Credentials
To use this node, you need to authenticate with Shipentegra:
- Sign up for a Shipentegra account at shipentegra.com.
- Obtain your Client ID and Client Secret from your Shipentegra dashboard.
- In n8n, add new credentials for "Shipentegra API" and enter your Client ID and Client Secret.
- The node will automatically fetch and use an access token for API requests.
Compatibility
- Minimum n8n version: 1.0.0
- Tested with Node.js: >=20.15
- API Base URL:
https://publicapi.shipentegra.com/v1 - No known incompatibility issues at this time.
Usage
- Add the Shipentegra node to your workflow.
- Select the desired operation.
- Fill in the required fields (e.g., package details, address, carrier).
- Connect your Shipentegra API credentials.
- Execute the workflow to interact with Shipentegra services.
For more details on each operation and field, refer to the Shipentegra API documentation.
Resources
Version history
- 1.0.0: Initial release with support for all major Shipentegra API operations.