Question
Why isn't "DefaultTaxCodeRef" immediately updated via the API?
I have an API call that creates a new customer and then a second API call that sets the "DefaultTaxCodeRef" on the new customer that looks like this: var customer_payload = { "Id":response.Customer.Id, "SyncToken":response.Customer.SyncToken, "sparse":true, "DefaultTaxCodeRef": { name: tax.name,value: tax.value } }
