OBJECT
OrderTotals
link GraphQL Schema definition
1 type OrderTotals { 2 #   Current quantity excluding cancelled units 3 : Int!  4 5 #   Original quantity including cancelled units 6 : Int!  7 8 : Int!  9 10 : Int!  11 12 : Weight  13 14 : MonetaryValue!  15 16 : MonetaryValue!  17 18 : MonetaryValue!  19 20 : MonetaryValue  21 22 : MonetaryValue  23 24 : MonetaryValue  25 26 : MonetaryValue!  27 28 : MonetaryValue!  29 30 : MonetaryValue!  31 32 : MonetaryValue!  33 34 #   All elements are always returned 35 : [AppliedTaxRuleValue!]!  36 37 #   All elements are always returned 38 : [AppliedTaxRuleValue!]!  39 40 #   All elements are always returned 41 : [AppliedTaxRuleValue!]!  42 43 }