Customer API Request - Tax Exempt not working

Solved

Customer API Request - Tax Exempt not working

xMollyTx
New Member
4 0 0

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? 

IMG_3701.png

Accepted Solution (1)
Sonya_2025
Shopify Partner
346 37 60

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

 

Please let me know if it works by giving it a Like or marking it as a solution!
Feel free to reach out.Get Shopify free trial 1$/mon
 EMAIL ME  Motivate me by  PAY ME

View solution in original post

Replies 4 (4)

Sonya_2025
Shopify Partner
346 37 60

Hi @xMollyTx 

 

Remove address variables in the input. only keep the id and taxExempt.

Hope this helps.

Please let me know if it works by giving it a Like or marking it as a solution!
Feel free to reach out.Get Shopify free trial 1$/mon
 EMAIL ME  Motivate me by  PAY ME
xMollyTx
New Member
4 0 0

Will that not edit their profile and delete their address on file also? I do need that for shipping purposes. 

Sonya_2025
Shopify Partner
346 37 60

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

 

Please let me know if it works by giving it a Like or marking it as a solution!
Feel free to reach out.Get Shopify free trial 1$/mon
 EMAIL ME  Motivate me by  PAY ME
xMollyTx
New Member
4 0 0

I see! I thought I was supposed to add the new code not replace - that worked. Thanks!