n8n-nodes-shiptown
v1.0.0
Published
n8n community node to interact with ShipTown API
Maintainers
Readme
n8n-nodes-shiptown
This is an n8n community node that allows you to interact with the ShipTown API.
ShipTown is an inventory management system that provides APIs for managing orders, products, inventory, warehouses, and more.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the installation guide in the n8n community nodes documentation.
- Go to Settings > Community Nodes.
- Select Install.
- Enter
n8n-nodes-shiptownin Enter npm package name. - Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
- Select Install.
After installing the node, you can use it like any other node in your workflows.
Credentials
To use this node, you need to set up ShipTown API credentials:
- In your ShipTown instance, go to Menu > Settings > API > Create API Token
- Copy the generated API token
- In n8n, create new ShipTown API credentials:
- Domain: Your ShipTown instance URL (e.g.,
https://demo.myshiptown.com) - API Token: The token you generated in step 2
- Domain: Your ShipTown instance URL (e.g.,
Supported Resources
This node supports the following ShipTown resources:
Activity
- Get All: Retrieve all activities
- Create: Create a new activity
Order
- Get All: Retrieve all orders
- Get: Get a specific order by ID
- Create: Create a new order
- Update: Update an existing order
- Delete: Delete an order
Product
- Get All: Retrieve all products
- Get: Get a specific product by ID
- Create: Create a new product
- Update: Update an existing product
- Delete: Delete a product
Inventory
- Get All: Retrieve all inventory records
- Get Movements: Get inventory movements
Data Collector
- Get All: Retrieve all data collector records
- Get Comments: Get data collector comments
Warehouse
- Get All: Retrieve all warehouses
- Get: Get a specific warehouse by ID
User
- Get All: Retrieve all users
- Get Roles: Get user roles
Usage
- Add the ShipTown node to your workflow
- Select the resource you want to work with
- Choose the operation to perform
- Configure the required parameters
- Connect your ShipTown API credentials
- Execute the workflow
Example Workflows
Get All Products
- Add a ShipTown node
- Select Product as the resource
- Select Get All as the operation
- Set Return All to true or specify a limit
- Execute to get all products from your ShipTown instance
Create an Activity
- Add a ShipTown node
- Select Activity as the resource
- Select Create as the operation
- Fill in the required fields:
- Log Name
- Description
- Subject Type
- Subject ID
- Execute to create the activity
Compatibility
This node has been tested with:
- n8n version 1.0 and above
- ShipTown API version 1.0
