OBJECT
Account
link GraphQL Schema definition
1 type Account implements ObjectWithAttributes { 2 : Int64! 3 4 : String! 5 6 : Status! 7 8 # Arguments 9 # format: ISO-8601 10 (: String = "Y-m-d\\TH:i:sP"): DateTimeTz! 11 12 # Arguments 13 # format: ISO-8601 14 (: String = "Y-m-d\\TH:i:sP"): DateTimeTz! 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 # 61 # Arguments 62 # where: (self-explanatory) 63 (: AssignedAttributeFilter): [Attribute!]! 64 65 : Address 66 67 # Required permission: Buyer:read 68 # 69 # All elements are always returned 70 # 71 # Store restrictions apply. 72 : [Buyer!]! 73 74 : CarrierInformation 75 76 # Required permission: Account:read 77 # 78 # All elements are always returned 79 : [DeliveryWindowDiscount!]! 80 81 # Required permission: DocumentTemplate:read 82 # 83 # Store restrictions apply. 84 : DocumentTemplate 85 86 # Required permission: EmailHistory:read 87 # 88 # Limit must be in range 1 - 200 89 # 90 # Arguments 91 # where: (self-explanatory) 92 # sort: (self-explanatory) 93 # limit: (self-explanatory) 94 # page: (self-explanatory) 95 (: EmailHistoryFilter, : [EmailHistorySort!] = [id_DESC], : Int = 20, : Int = 1): [WholesaleEmailHistoryEntry!]! 96 97 # Required permission: Invoice:read 98 # 99 # Limit must be in range 1 - 200 100 # 101 # Store restrictions apply. 102 # 103 # Arguments 104 # where: (self-explanatory) 105 # sort: (self-explanatory) 106 # limit: (self-explanatory) 107 # page: (self-explanatory) 108 (: InvoiceFilter, : [InvoiceSort!] = [id_DESC], : Int = 20, : Int = 1): [WholesaleInvoice!]! 109 110 # Required permission: Market:read 111 # 112 # Store restrictions apply. 113 : Market 114 115 # Required permission: Order:read 116 # 117 # Limit must be in range 1 - 100 118 # 119 # Store restrictions apply. 120 # 121 # Arguments 122 # where: (self-explanatory) 123 # sort: (self-explanatory) 124 # limit: (self-explanatory) 125 # page: (self-explanatory) 126 (: OrderFilter, : [OrderSort!] = [number_DESC], : Int = 20, : Int = 1): [WholesaleOrder!]! 127 128 # Required permission: PaymentTerms:read 129 # 130 # Store restrictions apply. 131 : PaymentTerms 132 133 # Required permission: Pricelist:read 134 # 135 # Store restrictions apply. 136 : Pricelist 137 138 # Required permission: Return:read 139 # 140 # Limit must be in range 1 - 200 141 # 142 # Store restrictions apply. 143 # 144 # Arguments 145 # where: (self-explanatory) 146 # sort: (self-explanatory) 147 # limit: (self-explanatory) 148 # page: (self-explanatory) 149 (: ReturnFilter, : [ReturnSort!] = [id_DESC], : Int = 20, : Int = 1): [WholesaleReturn!]! 150 151 # Required permission: SalesRepresentative:read 152 : SalesRepresentative 153 154 : Address 155 156 # Required permission: ShippingTerms:read 157 # 158 # Store restrictions apply. 159 : ShippingTerms 160 161 # Required permission: Warehouse:read 162 : Warehouse 163 164 # Required permission: TaxClass:read 165 : TaxClass 166 167 # Required permission: Brand:read 168 # 169 # Limit must be in range 1 - 200 170 # 171 # Store restrictions apply. 172 # 173 # Arguments 174 # where: (self-explanatory) 175 # sort: (self-explanatory) 176 # limit: (self-explanatory) 177 # page: (self-explanatory) 178 (: BrandFilter, : [BrandSort!] = [id_ASC], : Int = 20, : Int = 1): [Brand!]! 179 180 # Required permission: AdminUser:read 181 # 182 # Limit is optional 183 # 184 # Arguments 185 # where: (self-explanatory) 186 # sort: (self-explanatory) 187 # limit: (self-explanatory) 188 # page: (self-explanatory) 189 (: AdminUserFilter, : [AdminUserSort!] = [id_ASC], : Int, : Int = 1): [AdminUser!]! 190 191 : String 192 193 }
link Required by
- AccountCreatePayload
- AccountEdge
- AccountUpdatePayload
- AdminUser
- AllocationRule
- Buyer
- DeliveryWindowDiscount
- DirectToConsumerInvoice
- EventTarget Contains object types, which are possible values of EventObjectType, with interfaces resolved to concrete types
- Invoice
- Query The main queries are here, click to expand
- SalesRepresentative
- WholesaleInvoice
- WholesaleOrder
- WholesaleReturn