ShipEngine integration (Productivity, Location). Imported from open-connector.
https://api.shipengine.com/v1/addresses/validate
| Param | Type | Required | Description |
|---|---|---|---|
| addresses | array | optional | The addresses to validate. |
/v1/addresses/recognize
| Param | Type | Required | Description |
|---|---|---|---|
| text | string | required | The unstructured text that contains address information. |
| address | object | optional | Optional known ShipEngine address fields to help parse unstructured text. |
/v1/carriers
/v1/rates/{rateId}
| Param | Type | Required | Description |
|---|---|---|---|
| rateId | string | required | The ShipEngine resource identifier. |
/v1/rates
| Param | Type | Required | Description |
|---|---|---|---|
| rateOptions | object | optional | The rate_options object passed to ShipEngine. |
| shipment | object | optional | The shipment object passed to ShipEngine. |
/v1/rates/estimate
| Param | Type | Required | Description |
|---|---|---|---|
| carrierIds | array | optional | The ShipEngine carrier IDs to use for the estimate. |
| fromCountryCode | string | optional | The ISO 3166-1 alpha-2 country code for the address. |
| fromPostalCode | string | optional | The origin postal code for the estimate. |
| toCountryCode | string | optional | The ISO 3166-1 alpha-2 country code for the address. |
| toPostalCode | string | optional | The destination postal code for the estimate. |
| weight | object | optional | The package weight object passed to ShipEngine. |