query FreeShippingQuery($id: String) { channel(id: $id) { id settings { countrySettings { countryCode shipping { freeShippingLimit { incVat exVat } } } } } }