Skip to main content

ShopFetchTaxRates Object

Fetch tax rates.

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

Fields

shop ● Shop

Updated shop.

errors ● [ShopError!]!

Show deprecatedHide deprecated

shopErrors ● [ShopError!]!

DEPRECATED

Use errors field instead.

Returned By

shopFetchTaxRates mutation