Tax Types
Sales tax is paid directly on the sale price of goods and services in countries such as the United States. The tax amount is displayed separately from the product prices. This display type is also referred to as “net.”
VAT is an indirect tax on goods and services. The displayed product price includes the tax. If tax fields appear, they usually display “included” instead of the amount. This display type is also referred to as “gross.”
To support both types, Order Management objects include fields for price amounts, tax amounts, combined amounts, and whether an order uses net or gross taxation. You configure page layouts and Salesforce Flow screens to show the appropriate fields for your business needs.
For example, to display net taxation in an order summary page layout, include the TotalAmount and TotalTaxAmount fields. To display gross taxation, include the GrandTotalAmount field. An order summary record always includes all three values, and the GrandTotalAmount always equals the sum of the TotalAmount and the TotalTaxAmount.
Default page layouts display net tax amounts. If your org supports only locales that use sales tax, you can use the default layouts. If your org supports a locale that uses VAT, configure your page layouts to display fields with gross tax amounts.
An org that supports multiple currencies can show net tax amounts for some orders and gross tax amounts for others. In that case, create a user profile for service agents in gross tax locales by cloning the standard user profile. Create page layouts that display gross tax amounts instead of net tax amounts, and assign them to the new profile.
For details about price and tax fields, see the Object Reference for Salesforce and Lightning Platform.
For information about how the B2C Commerce integration handles taxes, see the Salesforce B2C Commerce Storefront Order Data Map.