> Documentation index: [Saleor](/llms.txt) · [This section](/api-reference/shop/llms.txt)
> Source: https://docs.saleor.io/api-reference/shop/objects/shop-fetch-tax-rates

# ShopFetchTaxRates Object

Fetch tax rates.

Requires the MANAGE\_SETTINGS permission.

```graphql
type ShopFetchTaxRates {
  shop: Shop
  shopErrors: [ShopError!]! @deprecated
  errors: [ShopError!]!
}
```

<a id="fields"></a>

### Fields

<a id="shop"></a>

#### [`shop`](#shop) ● [`Shop`](/api-reference/miscellaneous/objects/shop.md)

Updated shop.

<a id="errors"></a>

#### [`errors`](#errors) ● [`[ShopError!]!`](/api-reference/shop/objects/shop-error.md)

Show deprecatedHide deprecated

<a id="shop-errors"></a>

#### [`shopErrors`](#shop-errors) ● [`[ShopError!]!`](/api-reference/shop/objects/shop-error.md)

DEPRECATED

Use `errors` field instead.

<a id="returned-by"></a>

### Returned By

[`shopFetchTaxRates`](/api-reference/deprecated/shop/mutations/shop-fetch-tax-rates.md) mutation
