--- title: 'Shippo' description: 'Create shipments, compare carrier rates, and generate shipping labels with the Shippo API.' --- # 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 1. Go to **Connections** and click **New Connection**. 2. Pick **Shippo** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [POST /shipments](./post_shipments_logistics_createshipment) | Create a shipment | | [GET /shipments/{id}](./get_shipments_id_logistics_getshipment) | Get shipment details | | [POST /transactions](./post_transactions_logistics_createlabel) | Create a shipping label | | [GET /rates](./get_rates_logistics_listrates) | List shipping rates | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.