No content to show
User Activity
11-21-2023
This error is happening again and the solution above is not working anymore. If you use the Shopify API just stay away from the merge customer function. It is completely broken and the support team refuse to help me.
10-12-2023
You can try making an update on the customer's profile on the website (I added a tag, saved and then removed the tag again and saved) I guess it forces a cache bust or updates a mapping somewhere.
10-12-2023
I have fixed the issue by making a random update to the customer's profile on the website. The customer is now available with the new ID and the /customers endpoint works again. I had tried this before and it didn't work. Not sure why it worked the s...
10-12-2023
Be warned that if you have an app that uses Shopify API, merging a customer will end up in getting a 404 for that customer as well as the endpoint to get all customers. If your app uses the get customers endpoint, merging a customer will break it ent...
10-12-2023
How long should it take to update? My entire app is broken because of this. It has been almost an hour.
10-12-2023
I am experiencing the same problem, not only does it return a 404 for the merged customer but it completely breaks the API call to get all customers from shopify (/customers.json) so my entire API is basically broken after merging a customer and ther...