Actions68
- Parcels Actions
- Shipments Actions
- Rates Actions
- Transactions Actions
- Customs Items Actions
- Tracking Status Actions
- Batches Actions
- Orders Actions
- Pickups Actions
- Service Groups Actions
- Customs Declarations Actions
- Refunds Actions
- Manifests Actions
- Carrier Accounts Actions
- Webhooks Actions
- Carrier Parcel Templates Actions
- User Parcel Templates Actions
- Rates At Checkout Actions
- Shippo Accounts Actions
- Addresses Actions
Overview
This node interacts with the Shippo API to retrieve detailed information about a specific shipment. It is useful in workflows where you need to track or verify shipment details by their unique shipment ID. For example, after creating a shipment label or initiating a shipment, you can use this node to fetch the current status, carrier information, tracking number, and other metadata related to that shipment.
Properties
| Name | Meaning |
|---|---|
| Shipment Id | The unique identifier (Object ID) of the shipment you want to retrieve information for. |
| SHIPPO API VERSION | Optional header to specify a non-default version of the Shippo API to use when making the request. |
Output
The node outputs JSON data representing the shipment object as returned by the Shippo API. This typically includes fields such as shipment status, tracking number, carrier details, shipment address, parcel information, and timestamps. The output does not include binary data.
Dependencies
- Requires an API key credential for authenticating requests to the Shippo API.
- The node uses the base URL
https://api.goshippo.comfor all API calls. - Optionally supports specifying the API version via a custom header.
Troubleshooting
- Missing or invalid Shipment Id: Ensure the Shipment Id property is provided and correctly corresponds to an existing shipment in Shippo.
- Authentication errors: Verify that the API key credential is valid and has appropriate permissions.
- API version issues: If using the optional API version header, confirm the version string is supported by Shippo; otherwise, omit it to use the default.
- Network or connectivity problems: Check network access to
api.goshippo.com. - Common error messages will originate from the Shippo API and should be interpreted according to Shippo's documentation.