I’ve been getting a “400 Bad Request” HTTP response with an error message “BILLING Region is invalid, SHIPPING Region is invalid” when updating contact through REST API.
Region data that I’m sending isn’t updated and it is a plain string (“CA” for example).
If I set the region param to empty string (in both addresses) then the request passes and the contact is updated.