> Portal Navigation:
> 
> - Append `.md` to any URL under `https://dev.wix.com/docs/` to get its markdown version.
> - Pages are either content pages (article or reference text) or menu pages (a list of links to child pages).
> - To get a menu page, truncate any URL to a parent path and append `.md` (e.g. `https://dev.wix.com/docs/sdk.md`, `https://dev.wix.com/docs/sdk/core-modules.md`).
> - Top-level index of all portals: https://dev.wix.com/docs/llms.txt
> - Full concatenated docs: https://dev.wix.com/docs/llms-full.txt

# Resource: Tax Settings

# Type: Tax Settings Object

# Link: https://dev.wix.com/docs/api-reference/business-solutions/e-commerce/extensions/tax/tax-settings/tax-settings-object.md

## Description: Site-level tax settings for a Wix site. Each site has a single tax settings resource.

These settings are shared across all Wix products on the site.

## Schema:

```json
 Type: Tax Settings Object | type: TaxSettings
 Description: Site-level tax settings for a Wix site. Each site has a single tax settings resource.

These settings are shared across all Wix products on the site.
       - name: taxIncludedInItemPrices  | type: boolean | description: Whether tax is already included in catalog item prices.  When `true`, checkout treats catalog prices as tax-inclusive and doesn't add additional tax on top. When `false`, tax is calculated and added on top of catalog prices at checkout.  Default: `false`
       - name: createdDate  | type: string | description: Date and time the tax settings were created.
           - name: seconds  | type: string | description: 
           - name: nanos  | type: number | description: 
       - name: updatedDate  | type: string | description: Date and time the tax settings were last updated.

```