Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
I’m trying to create a workflow that updates my customers to tax exempt, but it’s not working. My triggers for the update are working (I have it set for when a customer enables a new account and they have a certain tag)… but the code for the api request keeps being rejected. Can anyone tell me what is wrong with it?
Solved! Go to the solution
This is an accepted solution.
No. remove the address from input variables means not update the address information. only update the taxExempt.
Plus, I think you can not update customer address using shopify flow.
https://shopify.dev/docs/apps/launch/protected-customer-data. From this documation, it says we need to request access to update customer basic informations
Hi @xMollyTx
Remove address variables in the input. only keep the id and taxExempt.
Hope this helps.
Will that not edit their profile and delete their address on file also? I do need that for shipping purposes.
This is an accepted solution.
No. remove the address from input variables means not update the address information. only update the taxExempt.
Plus, I think you can not update customer address using shopify flow.
https://shopify.dev/docs/apps/launch/protected-customer-data. From this documation, it says we need to request access to update customer basic informations
I see! I thought I was supposed to add the new code not replace - that worked. Thanks!
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025