Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
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
I try to modify default tax excpetion filed but id didnt work, it is possibly with flow?
Solved! Go to the solution
This is an accepted solution.
Hey RPiii
Yes its worked, thank you so much! Here is working example
{
"input": {
"id": "{{customer.id}}",
"taxExempt": true
}
}
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.
This is an accepted solution.
Hey RPiii
Yes its worked, thank you so much! Here is working example
{
"input": {
"id": "{{customer.id}}",
"taxExempt": true
}
}
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?