← Tools Reference

EasyPost

EasyPost integration (Productivity, Location). Imported from open-connector.

API key6 toolshttps://api.easypost.com/v2
POST
easypost_create_address
Create an immutable EasyPost address for shipping workflows.

/addresses

17 parameters
ParamTypeRequiredDescription
street1stringrequiredThe first line of the address.
street2stringoptionalThe second line of the address.
citystringrequiredThe full city name.
statestringrequiredThe state or province.
zipstringrequiredThe ZIP or postal code.
countrystringrequiredThe ISO 3166 country code.
namestringoptionalThe person name for the address.
companystringoptionalThe organization name for the address.
phonestringoptionalThe phone number for the person or organization.
emailstringoptionalThe email address for the person or organization.
residentialbooleanoptionalWhether the address should be treated as residential.
carrier_facilitystringoptionalThe carrier facility designation when relevant.
federal_tax_idstringoptionalThe federal tax identifier for the person or organization.
state_tax_idstringoptionalThe state tax identifier for the person or organization.
verifybooleanoptionalSet true to request EasyPost delivery and ZIP verification.
verify_strictbooleanoptionalSet true to request strict EasyPost delivery and ZIP verification.
verify_carrierstringoptionalThe carrier-specific address verification service to use.
GET
easypost_get_address
Retrieve an EasyPost address by ID.

/addresses/{address_id}

1 parameter
ParamTypeRequiredDescription
address_idstringrequiredThe EasyPost resource ID.
POST
easypost_create_tracker
Create an EasyPost standalone tracker from a carrier tracking code.

/trackers

2 parameters
ParamTypeRequiredDescription
tracking_codestringrequiredThe tracking code associated with the package.
carrierstringoptionalThe carrier associated with the tracking code.
GET
easypost_get_tracker
Retrieve an EasyPost tracker by ID.

/trackers/{tracker_id}

1 parameter
ParamTypeRequiredDescription
tracker_idstringrequiredThe EasyPost resource ID.
GET
easypost_list_trackers
List EasyPost trackers with pagination and optional carrier filters.

/trackers

7 parameters
ParamTypeRequiredDescription
before_idstringoptionalThe EasyPost resource ID.
after_idstringoptionalThe EasyPost resource ID.
page_sizeintegeroptionalThe number of records to return on each page.
start_datetimestringoptionalOnly return trackers created after this timestamp.
end_datetimestringoptionalOnly return trackers created before this timestamp.
tracking_codesarrayoptionalOnly return trackers with these tracking codes.
carrierstringoptionalOnly return trackers with this carrier.
GET
easypost_list_carrier_types
List carrier types available to the EasyPost account.

/carrier_types