AssignDefaultAddress
Assigns a customer's selected address as the default shipping and billing address in their profile.
Input
| Name | Type | Description |
| CustomerId | String | The unique identifier of the customer for whom the default address is being set. |
| CustomerAddressId | String | The unique identifier of the address to assign as the customer's default. The address must belong to the customer specified in CustomerId. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation completed successfully. |
| Details | String | Additional information or context about the execution of the operation. |