Package Information
Downloads: 1 weekly / 5 monthly
Latest Version: 0.1.0
Author: Jose Rivera
Available Nodes
Documentation
n8n-nodes-mobytrade
This is an n8n community node that provides integration with the MobyTrade platform for import classification. It allows n8n users to access MobyTrade's API to classify products and get HTS codes and duty rates.
Features
- Product Classification: Get HTS codes and duty rates for products based on description
- Search Classifications: Search for probable HTS matches
- Flexible Input: Support for product description, country of origin, material, value, and weight
Installation
Community Nodes (Recommended)
- Go to Settings > Community Nodes in your n8n instance
- Search for
n8n-nodes-mobytrade - Install the node
Manual Installation
- Navigate to your n8n root directory
- Install the package:
npm install n8n-nodes-mobytrade
Configuration
Credentials
This node requires MobyTrade API credentials:
- API Key: Your MobyTrade API key
- Base URL: Base URL for MobyTrade API (defaults to https://api.mobytrade.com)
Node Operations
Classification Resource
Classify Product
- Description: Get HTS code and duty rates for a product
- Required: Product description
- Optional: Country of origin, material, value, weight
Search Classifications
- Description: Search for probable HTS matches
- Required: Product description (as search query)
- Optional: Country of origin, material, value, weight, result limit
Usage Examples
Basic Product Classification
- Add the MobyTrade node to your workflow
- Configure your MobyTrade API credentials
- Set the operation to "Classify Product"
- Enter a product description like "Red cotton t-shirt"
- Execute the workflow
Advanced Search
- Use the "Search Classifications" operation
- Enter a product description
- Set additional fields like country of origin and material
- Limit the number of results returned
Development
Building
npm run build
Linting
npm run lint
Local Development
npm run dev
License
MIT
Support
For issues and questions, please visit GitHub Issues.