We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How do tax exception with flow?

Solved

How do tax exception with flow?

WiseParrot
Visitor
3 1 2

I try to modify default tax excpetion filed but id didnt work, it is possibly with flow?

CleanShot 2024-08-21 at 11.53.41.jpg

Accepted Solution (1)
WiseParrot
Visitor
3 1 2

This is an accepted solution.

Hey RPiii

Yes its worked, thank you so much!  Here is working example

CleanShot 2024-08-21 at 15.43.09.jpg

CleanShot 2024-08-21 at 15.44.17.jpg

 


{
"input": {
"id": "{{customer.id}}",
"taxExempt": true
}
}



View solution in original post

Replies 3 (3)

RPiii
Shopify Staff
162 27 49

Hi WiseParrot. If you're looking to set a customer as tax exempt then you may be able to do that by modifying the value of the taxExempt field on the customer object using the Send Admin API request action in a workflow.

WiseParrot
Visitor
3 1 2

This is an accepted solution.

Hey RPiii

Yes its worked, thank you so much!  Here is working example

CleanShot 2024-08-21 at 15.43.09.jpg

CleanShot 2024-08-21 at 15.44.17.jpg

 


{
"input": {
"id": "{{customer.id}}",
"taxExempt": true
}
}



xMollyTx
New Member
4 0 0

Is there any chance you could tell me why my code isn’t working to make my customers tax exempt when a certain tag is added to their profile?

 

IMG_3701.png