add_address
Save shipper or receiver addresses to the address book for reuse in shipping workflows. Add contact details, company information, and location data to streamline future shipments.
Instructions
Add a new address to the address book. Used for saving shipper or receiver addresses for reuse.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| integration_key | No | Shipi integration key | |
| type | No | Address type: 'shipper' or 'receiver' | shipper |
| name | Yes | Contact name | |
| company | No | Company name | |
| mobile | No | Phone number | |
| No | Email address | ||
| address1 | Yes | Street address line 1 | |
| address2 | No | Street address line 2 | |
| city | Yes | City | |
| state | No | State/province | |
| country | Yes | Country code (US, CA, IN, etc.) | |
| postal | Yes | Postal/ZIP code | |
| tax_id | No | Tax ID / GSTIN / VAT number |