OBJECT
DirectToConsumerShipment
link GraphQL Schema definition
1 type DirectToConsumerShipment implements Shipment { 2 Int! : 3 4 String! : 5 6 # Arguments 7 # format: ISO-8601 8 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 9 10 # Arguments 11 # format: ISO-8601 12 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 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 MonetaryValue : 31 32 # Arguments 33 # includingTax: (self-explanatory) 34 Boolean! = true): MonetaryValue! ( : 35 36 String : 37 38 # Arguments 39 # format: ISO-8601 40 String = "Y-m-d\\TH:i:sP"): DateTimeTz ( : 41 42 Boolean! : 43 44 # Arguments 45 # format: ISO-8601 46 String = "Y-m-d\\TH:i:sP"): DateTimeTz ( : 47 48 Boolean! : 49 50 # Arguments 51 # format: ISO-8601 52 String = "Y-m-d\\TH:i:sP"): DateTimeTz ( : 53 54 MonetaryValue : 55 56 Float! : 57 58 Boolean! : 59 60 # Required permission: AdminUser:read 61 AdminUser : 62 63 CarrierInformation : 64 65 # Required permission: Order:read 66 # 67 # All elements are always returned 68 OrderDiscount!]! : [ 69 70 # Required permission: none 71 # 72 # All elements are always returned 73 ShipmentLine!]! : [ 74 75 # Required permission: Shipment.shippingAddress:read 76 Address : 77 78 # Required permission: StorePlugin:read 79 # 80 # Store restrictions apply. 81 StorePlugin : 82 83 # Required permission: Store:read 84 # 85 # Store restrictions apply. 86 Store! : 87 88 # Required permission: Shipment:read 89 ShipmentTotals! : 90 91 String : 92 93 # Required permission: Invoice:read 94 # 95 # All elements are always returned 96 # 97 # Store restrictions apply. 98 DirectToConsumerInvoice!]! : [ 99 100 # Required permission: Order:read 101 # 102 # Store restrictions apply. 103 DirectToConsumerOrder! : 104 105 # Required permission: DeliveryGroup:read 106 # 107 # Store restrictions apply. 108 DeliveryGroup : 109 110 # Required permission: Return:read 111 # 112 # All elements are always returned 113 # 114 # Store restrictions apply. 115 DirectToConsumerReturn!]! : [ 116 117 }