← Tools Reference

ShipEngine

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

API key6 toolshttps://api.shipengine.com
POST
shipengine_validate_addresses
Validate one or more mailing addresses with ShipEngine and return deliverability details.

/v1/addresses/validate

1 parameter
ParamTypeRequiredDescription
addressesarrayoptionalThe addresses to validate.
PUT
shipengine_parse_address
Parse unstructured text into a structured ShipEngine address.

/v1/addresses/recognize

2 parameters
ParamTypeRequiredDescription
textstringrequiredThe unstructured text that contains address information.
addressobjectoptionalOptional known ShipEngine address fields to help parse unstructured text.
GET
shipengine_list_carriers
List carrier accounts connected to the ShipEngine account.

/v1/carriers

GET
shipengine_get_rate
Retrieve a previously queried ShipEngine rate by ID.

/v1/rates/{rateId}

1 parameter
ParamTypeRequiredDescription
rateIdstringrequiredThe ShipEngine resource identifier.
POST
shipengine_calculate_rates
Calculate shipping rates for a shipment request using connected ShipEngine carriers.

/v1/rates

2 parameters
ParamTypeRequiredDescription
rateOptionsobjectoptionalThe rate_options object passed to ShipEngine.
shipmentobjectoptionalThe shipment object passed to ShipEngine.
POST
shipengine_estimate_rates
Estimate shipping rates with basic address and package information.

/v1/rates/estimate

6 parameters
ParamTypeRequiredDescription
carrierIdsarrayoptionalThe ShipEngine carrier IDs to use for the estimate.
fromCountryCodestringoptionalThe ISO 3166-1 alpha-2 country code for the address.
fromPostalCodestringoptionalThe origin postal code for the estimate.
toCountryCodestringoptionalThe ISO 3166-1 alpha-2 country code for the address.
toPostalCodestringoptionalThe destination postal code for the estimate.
weightobjectoptionalThe package weight object passed to ShipEngine.