ShopFetchTaxRates
Fetch tax rates.
type ShopFetchTaxRates {
shop: Shop
shopErrors: [ShopError!]! @deprecated
errors: [ShopError!]!
}
Fields
ShopFetchTaxRates.shop ● Shop object
Updated shop.
ShopFetchTaxRates.shopErrors ● [ShopError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ShopFetchTaxRates.errors ● [ShopError!]! non-null object
Returned by
shopFetchTaxRates mutation
Was this page helpful?