AfterShip
Integrating AfterShip with ToolJet enables teams to build custom internal tools for tracking and managing shipments in real time. With this integration, you can fetch delivery statuses, monitor carrier updates, and centralize logistics data within your ToolJet application, streamlining operations and improving customer support efficiency.
NOTE
Before following this guide, it is assumed that you have already completed the process of Using Marketplace plugins.
Connection
To connect AfterShip with ToolJet you will need the API Key, which you can generate from Aftership Tracking API.
Supported Entities
- Shipping
- Tracking
- Retruns
Shipping
Basic Tracking Operations
Labels
| Method | Endpoint | Description |
|---|---|---|
| GET | /labels | Get labels |
| POST | /labels | Create a label |
| GET | /labels/{id} | Get a label by ID |
Cancel Labels
| Method | Endpoint | Description |
|---|---|---|
| GET | /cancel-labels | Get the cancelled labels |
| POST | /cancel-labels | Cancel a label |
| GET | /cancel-labels/{id} | Get a cancelled label by ID |
Rates
| Method | Endpoint | Description |
|---|---|---|
| GET | /rates | Get rates |
| POST | /rates | Calculate rates |
| GET | /rates/{id} | Get a rate by ID |
Manifests
| Method | Endpoint | Description |
|---|---|---|
| GET | /manifests | Get manifests |
| POST | /manifests | Create a manifest |
| GET | /manifests/{id} | Get a manifest by ID |