INPUT_OBJECT
OrderTaxesInput
link GraphQL Schema definition
1 input OrderTaxesInput { 2 3 LocationInput! : 4 5 OrderLineTaxesInput!]! : [ 6 7 # Shipping, handling, discount 8 AdditionalTaxableValueInput!] : [ 9 10 # Specify tax exempt class, when the subject is eligible for it 11 TaxClassInput : 12 }