Skip to main content
Version: 3.x

ShopFetchTaxRates

Fetch tax rates.

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

Fields

ShopFetchTaxRates.shop ● Shop object

Updated shop.

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

DEPRECATED

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

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

Returned by

shopFetchTaxRates mutation


Was this page helpful?