← Tools Reference

Shippo

Shippo integration (Productivity, Data). Imported from open-connector.

API key6 toolshttps://api.goshippo.com
GET
shippo_list_addresses
List address objects created in the connected Shippo account.

/addresses/

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to retrieve.
resultsintegeroptionalThe number of results to return per page.
GET
shippo_get_address
Retrieve a Shippo address by object ID.

/addresses/{addressId}/

1 parameter
ParamTypeRequiredDescription
addressIdstringrequiredThe Shippo address object ID.
GET
shippo_validate_address
Validate an existing Shippo address by object ID.

/addresses/{addressId}/validate/

1 parameter
ParamTypeRequiredDescription
addressIdstringrequiredThe Shippo address object ID.
GET
shippo_list_parcels
List parcel objects created in the connected Shippo account.

/parcels/

2 parameters
ParamTypeRequiredDescription
pageintegeroptionalThe page number to retrieve.
resultsintegeroptionalThe number of results to return per page.
GET
shippo_get_parcel
Retrieve a Shippo parcel by object ID.

/parcels/{parcelId}/

1 parameter
ParamTypeRequiredDescription
parcelIdstringrequiredThe Shippo parcel object ID.
GET
shippo_get_tracking_status
Retrieve Shippo tracking status using a carrier and tracking number.

/tracks/{carrier}/{trackingNumber}

2 parameters
ParamTypeRequiredDescription
carrierstringrequiredThe Shippo carrier token, such as usps or fedex.
trackingNumberstringrequiredThe package tracking number.