OBJECT
Account
link GraphQL Schema definition
1 type Account implements ObjectWithAttributes { 2 Int! : 3 4 String! : 5 6 Status! : 7 8 # Arguments 9 # format: ISO-8601 10 String = "Y-m-d\\TH:i:sP"): String! ( : 11 12 # Arguments 13 # format: ISO-8601 14 String = "Y-m-d\\TH:i:sP"): String! ( : 15 16 Float! : 17 18 Boolean! : 19 20 # Required permission: Account.internalComment:read 21 String : 22 23 String : 24 25 String : 26 27 String : 28 29 String : 30 31 String : 32 33 String : 34 35 MonetaryValue : 36 37 Boolean! : 38 39 Boolean! : 40 41 Boolean! : 42 43 Boolean! : 44 45 Boolean! : 46 47 Address : 48 49 # Required permission: Account:read 50 # 51 # All elements are always returned 52 AddressBookEntry!]! : [ 53 54 # Required permission: AllocationRule:read 55 AllocationRule : 56 57 # Required permission: Account.attributes:read 58 # 59 # All elements are always returned 60 Attribute!]! : [ 61 62 Address : 63 64 # Required permission: Purchaser:read 65 # 66 # All elements are always returned 67 # 68 # Store restrictions apply. 69 Buyer!]! : [ 70 71 CarrierInformation : 72 73 # Required permission: Account:read 74 # 75 # All elements are always returned 76 DeliveryWindowDiscount!]! : [ 77 78 # Required permission: DocumentTemplate:read 79 # 80 # Store restrictions apply. 81 DocumentTemplate : 82 83 # Required permission: EmailHistory:read 84 # 85 # Limit must be in range 1 - 200 86 # 87 # Arguments 88 # where: (self-explanatory) 89 # sort: (self-explanatory) 90 # limit: (self-explanatory) 91 # page: (self-explanatory) 92 ( 93 EmailHistoryFilter, : 94 EmailHistorySort!] = [id_DESC], : [ 95 Int = 20, : 96 Int = 1 : 97 ): [EmailHistoryEntry!]! 98 99 # Required permission: Invoice:read 100 # 101 # Limit must be in range 1 - 200 102 # 103 # Store restrictions apply. 104 # 105 # Arguments 106 # where: (self-explanatory) 107 # sort: (self-explanatory) 108 # limit: (self-explanatory) 109 # page: (self-explanatory) 110 InvoiceFilter, : [InvoiceSort!] = [id_DESC], : Int = 20, : Int = 1): [Invoice!]! ( : 111 112 # Required permission: Market:read 113 # 114 # Store restrictions apply. 115 Market : 116 117 # Required permission: Order:read 118 # 119 # Limit must be in range 1 - 100 120 # 121 # Store restrictions apply. 122 # 123 # Arguments 124 # where: (self-explanatory) 125 # sort: (self-explanatory) 126 # limit: (self-explanatory) 127 # page: (self-explanatory) 128 OrderFilter, : [OrderSort!] = [number_DESC], : Int = 20, : Int = 1): [WholesaleOrder!]! ( : 129 130 # Required permission: PaymentTerms:read 131 # 132 # Store restrictions apply. 133 PaymentTerms : 134 135 # Required permission: Pricelist:read 136 # 137 # Store restrictions apply. 138 Pricelist : 139 140 # Required permission: Return:read 141 # 142 # Limit must be in range 1 - 200 143 # 144 # Store restrictions apply. 145 # 146 # Arguments 147 # where: (self-explanatory) 148 # sort: (self-explanatory) 149 # limit: (self-explanatory) 150 # page: (self-explanatory) 151 ReturnFilter, : [ReturnSort!] = [id_DESC], : Int = 20, : Int = 1): [Return!]! ( : 152 153 # Required permission: SalesRepresentative:read 154 SalesRepresentative : 155 156 Address : 157 158 # Required permission: ShippingTerms:read 159 # 160 # Store restrictions apply. 161 ShippingTerms : 162 163 # Required permission: Warehouse:read 164 Warehouse : 165 166 # Required permission: TaxClass:read 167 TaxClass : 168 169 # Required permission: Brand:read 170 # 171 # Limit must be in range 1 - 200 172 # 173 # Store restrictions apply. 174 # 175 # Arguments 176 # where: (self-explanatory) 177 # sort: (self-explanatory) 178 # limit: (self-explanatory) 179 # page: (self-explanatory) 180 BrandFilter, : [BrandSort!] = [id_ASC], : Int = 20, : Int = 1): [Brand!]! ( : 181 182 # Required permission: AdminUser:read 183 # 184 # Limit is optional 185 # 186 # Arguments 187 # where: (self-explanatory) 188 # sort: (self-explanatory) 189 # limit: (self-explanatory) 190 # page: (self-explanatory) 191 ( 192 AdminUserFilter, : 193 AdminUserSort!] = [id_ASC], : [ 194 Int, : 195 Int = 1 : 196 ): [AdminUser!]! 197 198 }