AssignDefaultAddress
Assign a default address to a customer.
Input
| Name | Type | Description |
| CustomerId | String | The id of the customer. |
| CustomerAddressId | String | The id of the address you are setting as default. This address must belong to the customer specified in CustomerId. You cannot use the address of a different customer. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether or not the operation executed successfully. |
| Details | String | Any extra details on the operation's execution. |