# Pickup / Delivery Address

| Attribute   | Type     | Description                                                                                                                   |
| ----------- | -------- | ----------------------------------------------------------------------------------------------------------------------------- |
| city\*      | *string* | Valid address [city](https://docs.terminal.africa/tship/miscallaneous/cities).                                                |
| country\*   | *string* | ISO 2 [country](https://docs.terminal.africa/tship/miscallaneous/countries) code for address. e.g. NG                         |
| email       | *string* | Email of person at address. Only required when delivery is to be arranged.                                                    |
| first\_name | *string* | First name of person at address. Only required when delivery is to be arranged.                                               |
| last\_name  | *string* | Last name of person at address. Only required when delivery is to be arranged.                                                |
| line1       | *string* | Street address. Only required when delivery is to be arranged.                                                                |
| phone       | *string* | International phone number for person at address. Must match country provided. Only required when delivery is to be arranged. |
| state\*     | *string* | Valid address [state](https://docs.terminal.africa/tship/miscallaneous/states).                                               |
| zip         | *string* | Zip / Postal code for address. Only required when delivery is to be arranged.                                                 |
