OBJECT
TaxRule
link GraphQL Schema definition
1 type TaxRule { 2 Int! : 3 4 String! : 5 6 String! : 7 8 String! : 9 10 Float! : 11 12 ApplyTaxType! : 13 14 # If true, then weighted average tax rate will be applied 15 Boolean! : 16 17 # If true, then weighted average tax rate will be applied 18 Boolean! : 19 20 # Arguments 21 # format: ISO-8601 22 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 23 24 # Arguments 25 # format: ISO-8601 26 String = "Y-m-d\\TH:i:sP"): DateTimeTz ( : 27 28 String : 29 30 String : 31 32 PriceRange : 33 34 PriceRange : 35 36 # Required permission: none 37 # 38 # All elements are always returned 39 Country!]! : [ 40 41 # Required permission: none 42 # 43 # All elements are always returned 44 CountryState!]! : [ 45 46 # Required permission: none 47 # 48 # All elements are always returned 49 TaxClass!]! : [ 50 51 # Required permission: none 52 TaxGroup! : 53 54 }