You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
ShippingMethodFragment
Reusable GraphQL fragment
ShippingMethodFragment = "\n fragment DefaultShippingMethod on ShippingMethod {\n id\n version\n name\n isDefault\n localizedDescription(
acceptLanguage: $acceptLanguage
)\n key\n zoneRates {\n zone {\n id\n name\n }\n shippingRates {\n freeAbove {\n type\n centAmount\n currencyCode\n }\n isMatching\n price {\n centAmount\n currencyCode\n }\n }\n }\n }\n"