update_customer_address
Update an existing customer's address in Shopify by specifying customer ID, address ID, and new address fields. Optionally set the address as the default.
Instructions
Update a customer's existing address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Updated address data | |
| addressId | Yes | Address ID to update | |
| customerId | Yes | Customer ID | |
| setAsDefault | No | Set as default address |