I try to modify default tax excpetion filed but id didnt work, it is possibly with flow?
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.
Hey RPiii
Yes its worked, thank you so much! Here is working example
{> “input”: {> “id”: “{{customer.id}}”,> “taxExempt”: true> }> }



