Learn / Invalid taxable values
Fix invalid Taxable values in Shopify CSV
Taxable columns should use accepted boolean values only, such as TRUE or FALSE.
- 1. Replace non-boolean text like yes/no with TRUE/FALSE.
- 2. Remove extra spaces around values.
- 3. Keep value format consistent across all variant rows.