OBJECT
Shipment
link GraphQL Schema definition
1 type Shipment { 2 Int! : 3 4 String! : 5 6 # Arguments 7 # format: ISO-8601 8 String = "Y-m-d\\TH:i:sP"): String! ( : 9 10 # Arguments 11 # format: ISO-8601 12 String = "Y-m-d\\TH:i:sP"): String! ( : 13 14 Boolean! : 15 16 Boolean! : 17 18 Boolean! : 19 20 Boolean! : 21 22 ConsignationWarehouseStatus! : 23 24 String : 25 26 String : 27 28 Int! : 29 30 # Arguments 31 # includingTax: (self-explanatory) 32 Boolean! = true): MonetaryValue! ( : 33 34 String : 35 36 # Arguments 37 # format: ISO-8601 38 String = "Y-m-d\\TH:i:sP"): String ( : 39 40 Boolean! : 41 42 # Arguments 43 # format: ISO-8601 44 String = "Y-m-d\\TH:i:sP"): String ( : 45 46 # Required permission: AdminUser:read 47 AdminUser : 48 49 CarrierInformation : 50 51 # Required permission: Order:read 52 # 53 # All elements are always returned 54 OrderDiscount!]! : [ 55 56 # Required permission: Invoice:read 57 # 58 # All elements are always returned 59 # 60 # Store restrictions apply. 61 Invoice!]! : [ 62 63 # Required permission: none 64 # 65 # All elements are always returned 66 ShipmentLine!]! : [ 67 68 # Required permission: Order:read 69 # 70 # Store restrictions apply. 71 Order! : 72 73 # Required permission: Return:read 74 # 75 # All elements are always returned 76 # 77 # Store restrictions apply. 78 Return!]! : [ 79 80 # Required permission: Shipment.shippingAddress:read 81 Address : 82 83 # Required permission: StorePlugin:read 84 # 85 # Store restrictions apply. 86 StorePlugin : 87 88 # Required permission: Store:read 89 # 90 # Store restrictions apply. 91 Store! : 92 93 # Required permission: Shipment:read 94 ShipmentTotals! : 95 96 }