add_address
Add a new delivery address to your account by entering street, city, state, and zip code, with optional apartment, instructions, and label.
Instructions
add a new delivery address. (AUTH'D)
Args: street_address: Street address line city: City name state: State abbreviation (e.g. NY, CA) zip_code: ZIP code apt_suite: Apartment/suite number delivery_instructions: Special delivery instructions label: Label for the address (e.g. Home, Work)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| street_address | Yes | ||
| city | Yes | ||
| state | Yes | ||
| zip_code | Yes | ||
| apt_suite | No | ||
| delivery_instructions | No | ||
| label | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |