We found the issue in Postman, the changes weren’t done because it was missing the https variant in front of the url. Without the secure variant of http it will not change. A simple mistake, hopefully this will help others in the future since there isn’t much saying this is needed.
We are looking to change the customers that are kept by WooCommerce under <website>/wp-json/wc/v3/customers/<id> which is noted in the API Documentation that was linked. This entry keeps customer data including billing and shipping. We tried sending the json object as noted in the API Documentation via Postman on a test customer, but like before we just got a 200 status response with no changed data.
From what we have seen in the dashboard and database is that when an account gets created a seperate customer gets created by WooCommerce linked to them.
-
This reply was modified 4 years, 11 months ago by sdnavans.