Shipping taxed even though order isn’t
-
Trying to figure out why shipping is getting taxed on orders even if everything in the cart isn’t taxed. I enabled debugging and logging. The log shows the TaxJar API returned no taxes should be collected, but the cart adds $0.61 tax to the shipping amount anyway:
04-08-2020 @ 11:21:36 – :::: TaxJar Plugin requested :::: (WCS Tax)
04-08-2020 @ 11:21:36 – :::: TaxJar API called :::: (WCS Tax)
04-08-2020 @ 11:21:36 – Received: {
“tax”: {
“amount_to_collect”: 0.0,
“breakdown”: {
“city_tax_collectable”: 0.0,
“city_tax_rate”: 0.0,
“city_taxable_amount”: 0.0,
“combined_tax_rate”: 0.0,
“county_tax_collectable”: 0.0,
“county_tax_rate”: 0.0,
“county_taxable_amount”: 0.0,
“line_items”: [
{
“city_amount”: 0.0,
“city_tax_rate”: 0.0,
“city_taxable_amount”: 0.0,
“combined_tax_rate”: 0.0,
“county_amount”: 0.0,
“county_tax_rate”: 0.0,
“county_taxable_amount”: 0.0,
“id”: “6201-e0cd3f16f9e883ca91c2a4c24f47b3d9”,
“special_district_amount”: 0.0,
“special_district_taxable_amount”: 0.0,
“special_tax_rate”: 0.0,
“state_amount”: 0.0,
“state_sales_tax_rate”: 0.0,
“state_taxable_amount”: 0.0,
“tax_collectable”: 0.0,
“taxable_amount”: 0.0
}
],
“special_district_tax_collectable”: 0.0,
“special_district_taxable_amount”: 0.0,
“special_tax_rate”: 0.0,
“state_tax_collectable”: 0.0,
“state_tax_rate”: 0.0,
“state_taxable_amount”: 0.0,
“tax_collectable”: 0.0,
“taxable_amount”: 0.0
},
“freight_taxable”: false,
“has_nexus”: true,
“jurisdictions”: {
“city”: “ONEIDA”,
“country”: “US”,
“county”: “MADISON”,
“state”: “NY”
},
“order_total_amount”: 14.64,
“rate”: 0.0,
“shipping”: 7.64,
“tax_source”: “destination”,
“taxable_amount”: 0.0
}
} (WCS Tax)
- The topic ‘Shipping taxed even though order isn’t’ is closed to new replies.