OBJECT
WholesaleInvoice
link GraphQL Schema definition
1 type WholesaleInvoice implements Invoice { 2 Int! : 3 4 Int! : 5 6 InvoiceType! : 7 8 InvoiceStatus! : 9 10 Boolean! : 11 12 # Arguments 13 # format: ISO-8601 14 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 15 16 # Arguments 17 # format: (self-explanatory) 18 String = "Y-m-d"): Date ( : 19 20 # Arguments 21 # format: (self-explanatory) 22 String = "Y-m-d"): Date ( : 23 24 # Arguments 25 # format: ISO-8601 26 String = "Y-m-d\\TH:i:sP"): DateTimeTz! ( : 27 28 String : 29 30 String : 31 32 String : 33 34 String! : 35 36 Boolean! : 37 38 # Arguments 39 # includingTax: (self-explanatory) 40 Boolean! = true): MonetaryValue! ( : 41 42 String : 43 44 Float! : 45 46 # Required permission: Account:read 47 # 48 # Store restrictions apply. 49 Account : 50 51 # Required permission: AdminUser:read 52 AdminUser : 53 54 # Required permission: Invoice.billingAddress:read 55 Address : 56 57 # Required permission: Commission:read 58 # 59 # All elements are always returned 60 Commission!]! : [ 61 62 # Required permission: none 63 # 64 # All elements are always returned 65 InvoiceLine!]! : [ 66 67 # Required permission: none 68 NumberSeries : 69 70 # Required permission: Invoice:read 71 # 72 # All elements are always returned 73 InvoicePayment!]! : [ 74 75 # Required permission: PaymentTerms:read 76 # 77 # Store restrictions apply. 78 PaymentTerms : 79 80 # Required permission: Invoice.shippingAddress:read 81 Address : 82 83 # Required permission: ShippingTerms:read 84 # 85 # Store restrictions apply. 86 ShippingTerms : 87 88 # Required permission: Store:read 89 # 90 # Store restrictions apply. 91 Store! : 92 93 # Required permission: Invoice:read 94 InvoiceTotals! : 95 96 Boolean! : 97 98 String : 99 100 # Required permission: Buyer:read 101 # 102 # Store restrictions apply. 103 Buyer! : 104 105 # Required permission: Order:read 106 # 107 # All elements are always returned 108 # 109 # Store restrictions apply. 110 WholesaleOrder!]! : [ 111 112 # Required permission: Shipment:read 113 # 114 # All elements are always returned 115 # 116 # Store restrictions apply. 117 WholesaleShipment!]! : [ 118 119 }