App
Shippo
Shippo provides a multi-carrier API and dashboard to help merchants and platforms get real-time rates, print labels, automate international paperwork, track packages and facilitate returns. Shippo provides the platform to help businesses succeed through shipping.
What your agent can do with Shippo
Triggers and actions 2 triggers · 18 actions
- TriggerNew Order
Triggers when a new order is created
- TriggerNew Shipping Label
Triggers when a new shipping label is created
- ActionAdd address
Create a new address record. Endpoint: POST /addresses.
- ActionAdd customs declaration
Create a new customs declaration for international shipments. Endpoint: POST /customs/declarations.
- ActionAdd customs item
Create a new customs item line for use in a customs declaration. Endpoint: POST /customs/items.
- ActionAdd parcel
Create a new parcel record (dimensions/weight). Endpoint: POST /parcels.
- ActionAdd refund
Request a refund for a shipping label/transaction. Endpoint: POST /refunds.
- ActionAdd shipment
Create a new shipment to generate rate quotes. Endpoint: POST /shipments.
- ActionAdd shipping label
Purchase/create a shipping label (transaction) from a rate. Endpoint: POST /transactions.
- ActionCreate Order
Creates an order.
- ActionFind an Order
Search for an order by ID.
- ActionFind a Shipping Label
Search for a shipping label by ID.
- ActionGet address
Retrieve a single address by id. Endpoint: GET /addresses/{AddressId}.
- ActionGet shipment
Retrieve a single shipment by id. Endpoint: GET /shipments/{ShipmentId}.
- ActionGet tracking status
Look up the current tracking status for a shipment by carrier + tracking number. Endpoint: GET /tracks/{Carrier}/{TrackingNumber}.
- ActionList addresses
List all addresses. Endpoint: GET /addresses.
- ActionList parcels
List all parcels. Endpoint: GET /parcels.
- ActionList rates for shipment
Retrieve the available carrier rates for a shipment. Endpoint: GET /shipments/{ShipmentId}/rates.
- ActionList shipments
List all shipments. Endpoint: GET /shipments.
- ActionValidate address
Validate an existing address by id. Endpoint: GET /addresses/{AddressId}/validate.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the Shippo API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.