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 integrates with the Shippo API to create a new customs item. Customs items are essential for international shipping, as they describe the contents of a package for customs declarations. This node is useful when automating shipment workflows that require detailed customs information, such as e-commerce platforms sending packages abroad or logistics companies managing cross-border shipments.
A practical example would be automatically generating customs item entries for products sold internationally, ensuring compliance with customs regulations and speeding up the shipping process.
Properties
| Name | Meaning |
|---|---|
| SHIPPO API VERSION | Optional string to specify a non-default version of the Shippo API to use. If left empty, the default API version is used. |
Output
The node outputs JSON data representing the newly created customs item as returned by the Shippo API. This typically includes details such as the customs item's description, quantity, weight, value, origin country, and any other relevant customs declaration fields.
No binary data output is produced by this node.
Dependencies
- Requires an active Shippo API key credential configured in n8n.
- The node communicates with the Shippo REST API at
https://api.goshippo.com. - Optionally supports specifying a custom API version via the
SHIPPO API VERSIONproperty.
Troubleshooting
- Invalid API Key or Authentication Errors: Ensure the Shippo API key credential is correctly set up and has the necessary permissions.
- Incorrect or Missing Required Fields: The Shippo API requires certain fields for creating customs items; missing or invalid data will cause errors. Verify all required input properties are provided.
- API Version Issues: Specifying an unsupported or incorrect API version in
SHIPPO API VERSIONmay lead to unexpected errors. Use this option only if you need a specific API version and verify its availability. - Network or Connectivity Problems: Check network access to
api.goshippo.comand ensure no firewall or proxy blocks the requests.