edit_address
Update an existing address in the Shipi MCP address book by modifying specific fields like contact information, company details, or location data.
Instructions
Update an existing address in the address book. Only changed fields need to be provided.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| integration_key | No | Shipi integration key | |
| id | Yes | Address ID to update | |
| type | No | Address type: 'shipper' or 'receiver' | |
| name | No | Contact name | |
| company | No | Company name | |
| mobile | No | Phone number | |
| No | Email address | ||
| address1 | No | Street address line 1 | |
| address2 | No | Street address line 2 | |
| city | No | City | |
| state | No | State/province | |
| country | No | Country code | |
| postal | No | Postal/ZIP code |