OBJECT
ShipmentTotals
link GraphQL Schema definition
1 type ShipmentTotals { 2 : Int!  3 4 : Int!  5 6 : MonetaryValue!  7 8 : MonetaryValue!  9 10 : MonetaryValue!  11 12 : MonetaryValue!  13 14 : MonetaryValue!  15 16 : MonetaryValue!  17 18 : MonetaryValue!  19 20 #   All elements are always returned 21 : [AppliedTaxRuleValue!]!  22 23 #   All elements are always returned 24 : [AppliedTaxRuleValue!]!  25 26 #   All elements are always returned 27 : [AppliedTaxRuleValue!]!  28 29 }