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 details of a specific order by its unique identifier. It is useful in workflows where you need to fetch up-to-date information about an order, such as tracking status, shipping details, or order metadata. For example, after creating an order in Shippo, you might want to confirm its creation and get its current status before proceeding with further processing or notifications.
Properties
| Name | Meaning |
|---|---|
| Order Id | The unique object ID of the order you want to retrieve from Shippo. This is required to specify which order to get. |
| SHIPPO API VERSION | Optional header to specify a non-default version of the Shippo API to use for this request. See Shippo's API versioning guide for details. |
Output
The node outputs JSON data representing the full details of the requested order as returned by the Shippo API. This typically includes fields such as order ID, shipping address, items, rates, status, and tracking information.
No binary data output is produced by this node.
Dependencies
- Requires an active Shippo API key credential configured in n8n to authenticate requests.
- Connects to the Shippo REST API at
https://api.goshippo.com. - Optionally supports specifying a custom API version via a header.
Troubleshooting
- Missing or invalid Order Id: Ensure that the "Order Id" property is provided and correctly matches an existing order in Shippo.
- Authentication errors: Verify that the Shippo API key credential is correctly set up and has sufficient permissions.
- API version issues: If using the optional API version header, ensure the version string is valid according to Shippo's API versioning documentation.
- Network or connectivity problems: Check your network connection and firewall settings to allow outbound HTTPS requests to Shippo's API endpoint.