Skip to main content

ShopFetchTaxRates

Fetch tax rates.

Requires MANAGE_SETTINGSpermission.
type ShopFetchTaxRates {
shop: Shop
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
}

Fields

ShopFetchTaxRates.shop ● Shop object miscellaneous

Updated shop.

ShopFetchTaxRates.shopErrors ● [ShopError!]! deprecated non-null object shop

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ShopFetchTaxRates.errors ● [ShopError!]! non-null object shop

Returned By

shopFetchTaxRates mutation