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 2 (2)

RPiii
Shopify Staff
22 1 5

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
}
}