ShopFetchTaxRates Object
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
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