Chris
10/09/2023, 8:24 PM<platformCore:code>INSUFFICIENT_PERMISSION</platformCore:code>
<platformCore:message>You do not have permissions to set a value for element defaultaddress due to one of the following reasons: 1) The field is read-only; 2) An associated feature is disabled; 3) The field is available either when a record is created or updated, but not in both cases.</platformCore:message>
I'm trying to update an existing customer using PHP toolkit. The defaultShipping
address string is populated from the search object and is always included in the xml request even if I set it to blank. Has anyone else run into this?NElliott
10/10/2023, 7:26 AMChris
10/10/2023, 1:42 PMslc-abotbyl
10/10/2023, 3:08 PMChris
10/10/2023, 5:29 PMChris
10/10/2023, 6:20 PMslc-abotbyl
10/10/2023, 6:40 PMslc-abotbyl
10/10/2023, 6:41 PMChris
10/10/2023, 6:50 PMCustomerSearchBasic
to the update function. Instead, we needed to create a new Customer()
and update the id and fields we wanted to change.slc-abotbyl
10/10/2023, 6:54 PMChris
10/10/2023, 6:56 PM