OBJECT
ShipmentLine
link GraphQL Schema definition
1 type ShipmentLine { 2 Int! : 3 4 Int! : 5 6 Int! : 7 8 Int! : 9 10 # Arguments 11 # includingTax: (self-explanatory) 12 Boolean! = true): MonetaryValue! ( : 13 14 # Arguments 15 # includingTax: (self-explanatory) 16 Boolean! = true): MonetaryValue! ( : 17 18 # Required permission: Order:read 19 # 20 # Store restrictions apply. 21 OrderLine! : 22 23 # Required permission: Invoice:read 24 # 25 # All elements are always returned 26 InvoiceLine!]! : [ 27 28 # Required permission: Allocation:read 29 # 30 # Limit is optional 31 # 32 # Arguments 33 # where: (self-explanatory) 34 # sort: (self-explanatory) 35 # limit: (self-explanatory) 36 # page: (self-explanatory) 37 AllocationFilter, : [AllocationSort!] = [id_ASC], : Int, : Int = 1): [Allocation!]! ( : 38 39 # All elements are always returned 40 AppliedTaxRuleValue!]! : [ 41 42 }