The Shopify EU marketplace uses VAT that is inclusive in the item and shipping prices. In NetSuite, taxes are exclusive of the item price and are added separately.
In the case of order import, when fetching order details from Shopify, it sends VAT inclusive prices for items and shipping prices. To handle this scenario from the integration app, enable the Settings > Order > Tax > Deduct GST/VAT from order total field
Deduct GST/VAT from order total on order import
Example of functionality when these settings are used against when these settings are not used for importing orders from Shopify. Let’s assume a Shopify order with the following details:
- Item price: $100
- Shipping Price: $20
- Promotional Discount: $10
With GST/VAT rate as 20%:
- Item Tax becomes: $20
- Shipping Tax becomes: $4
In this case, when importing an order in NetSuite, Shopify sends the order information as:
- Total Item cost: $120
- Total Shipping cost: $24
In the Settings > Order section > Tax tab, if the Deduct GST/VAT from order total box is checked, the order is imported as follows:
- Item cost: $83.33
- Shipping Cost: $16.67
- Tax Total: $20
- ETAIL TAX TOTAL VARIANCE: $0
In Shopify, when a discount is applied, it reduces the total price, which already includes tax in a tax-inclusive setup. After applying the discount, the tax is then recalculated based on the new subtotal, and the adjusted amounts are synced with NetSuite. This logic applies when the Deduct GST/VAT from the order total setting is enabled in a tax-inclusive set up on Shopify.
For example, if an item is priced at €259.99 in Shopify, and a €12.99 discount is applied, the new price becomes €247.00. This price includes a 20% tax, originally €41.17 on the full price.
In NetSuite, the integration app separates the tax from the original total. The tax is recalculated as €43.33 from the original €259.99 total, leaving the item price at €216.66. To ensure consistency, the discount is adjusted to account for the tax. Instead of subtracting the full €12.99, the integration app adjusts it by removing the tax portion (12.99 - 2.16 = €10.83). This brings the final item price to €216.66 - 10.83 + 41.17 = €247.00.
NetSuite value | Shopify value | |||
Tax exclusive | Tax-inclusive | |||
Item price | Tax 20% | |||
Item price | 216.66 | + | 43.33 | 259.99 |
Discount | 10.83 | + | 2.16 | 12.99 |
Price after discount | 205.83 | + | 41.17 | 247 |
Manage taxes with integration app settings to avoid variance
During order sync from Shopify to NetSuite, if there is a difference between the tax values calculated by NetSuite and the values sent from Shopify, the difference is stored in the ETAIL TAX TOTAL VARIANCE custom field on the sales order. You can manage tax within the Integration App in a way to avoid any tax variance which is recorded within NetSuite’s sales order record. To accurately calculate applicable VAT taxes in NetSuite and Shopify, use the following settings:
- Settings > Product > Add GST/VAT to item price: Check this check box to add GST/VAT to the item price before it is added to Shopify. Then another field should appear for the GST/VAT rate. Specify the GST/VAT rate in percentage that should be added to the item price when items are synced from NetSuite to Shopify. For example, if the VAT rate is 20%, specify the value as 20.
- Settings > Refund > Add GST/VAT to refund total: Check this check box to add the GST/VAT amount to the total amount being refunded.