EasyPost integration (Productivity, Location). Imported from open-connector.
https://api.easypost.com/v2/addresses
| Param | Type | Required | Description |
|---|---|---|---|
| street1 | string | required | The first line of the address. |
| street2 | string | optional | The second line of the address. |
| city | string | required | The full city name. |
| state | string | required | The state or province. |
| zip | string | required | The ZIP or postal code. |
| country | string | required | The ISO 3166 country code. |
| name | string | optional | The person name for the address. |
| company | string | optional | The organization name for the address. |
| phone | string | optional | The phone number for the person or organization. |
| string | optional | The email address for the person or organization. | |
| residential | boolean | optional | Whether the address should be treated as residential. |
| carrier_facility | string | optional | The carrier facility designation when relevant. |
| federal_tax_id | string | optional | The federal tax identifier for the person or organization. |
| state_tax_id | string | optional | The state tax identifier for the person or organization. |
| verify | boolean | optional | Set true to request EasyPost delivery and ZIP verification. |
| verify_strict | boolean | optional | Set true to request strict EasyPost delivery and ZIP verification. |
| verify_carrier | string | optional | The carrier-specific address verification service to use. |
/addresses/{address_id}
| Param | Type | Required | Description |
|---|---|---|---|
| address_id | string | required | The EasyPost resource ID. |
/trackers
| Param | Type | Required | Description |
|---|---|---|---|
| tracking_code | string | required | The tracking code associated with the package. |
| carrier | string | optional | The carrier associated with the tracking code. |
/trackers/{tracker_id}
| Param | Type | Required | Description |
|---|---|---|---|
| tracker_id | string | required | The EasyPost resource ID. |
/trackers
| Param | Type | Required | Description |
|---|---|---|---|
| before_id | string | optional | The EasyPost resource ID. |
| after_id | string | optional | The EasyPost resource ID. |
| page_size | integer | optional | The number of records to return on each page. |
| start_datetime | string | optional | Only return trackers created after this timestamp. |
| end_datetime | string | optional | Only return trackers created before this timestamp. |
| tracking_codes | array | optional | Only return trackers with these tracking codes. |
| carrier | string | optional | Only return trackers with this carrier. |
/carrier_types