Shippo ​
Create shipments, compare carrier rates, and generate shipping labels with the Shippo API.
| Detail | Value |
|---|---|
| Category | Logistics |
| Base URL | https://api.goshippo.com |
| Authentication | API Key |
| Endpoints | 4 |
| Connector key | shippo |
Using Shippo in a workflow ​
- Go to Connections and click New Connection.
- Pick Shippo from the marketplace.
- Enter your credentials (see Authentication above for what's expected).
- In a workflow, drop an API Call node and select this connection.
- Pick the operation you need from the Operation dropdown — see the table below.
Available Endpoints ​
| Endpoint | Summary |
|---|---|
| POST /shipments | Create a shipment |
| GET /shipments/{id} | Get shipment details |
| POST /transactions | Create a shipping label |
| GET /rates | List shipping rates |
Each endpoint has its own page with parameter details, an example
API Callnode configuration, and the response shape.