ShopFetchTaxRates
Fetch tax rates.
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
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ShopFetchTaxRates.errors
● [ShopError!]!
non-null object shop
Returned By
shopFetchTaxRates
mutation