DraftOrderWhereInput Input Type
No description
input DraftOrderWhereInput {
metadata: MetadataFilterInput
ids: [ID!]
number: IntFilterInput
channelId: GlobalIDFilterInput
createdAt: DateTimeRangeInput
updatedAt: DateTimeRangeInput
user: GlobalIDFilterInput
userEmail: StringFilterInput
authorizeStatus: OrderAuthorizeStatusEnumFilterInput
chargeStatus: OrderChargeStatusEnumFilterInput
isClickAndCollect: Boolean
voucherCode: StringFilterInput
lines: [LinesFilterInput!]
linesCount: IntFilterInput
transactions: [TransactionFilterInput!]
totalGross: PriceFilterInput
totalNet: PriceFilterInput
productTypeId: GlobalIDFilterInput
events: [OrderEventFilterInput!]
billingAddress: AddressFilterInput
shippingAddress: AddressFilterInput
AND: [DraftOrderWhereInput!]
OR: [DraftOrderWhereInput!]
}
Fields
DraftOrderWhereInput.metadata
● MetadataFilterInput
input miscellaneous
Filter by metadata fields.
DraftOrderWhereInput.ids
● [ID!]
list scalar miscellaneous
DraftOrderWhereInput.number
● IntFilterInput
input miscellaneous
Filter by order number.
DraftOrderWhereInput.channelId
● GlobalIDFilterInput
input miscellaneous
Filter by channel.
DraftOrderWhereInput.createdAt
● DateTimeRangeInput
input miscellaneous
Filter order by created at date.
DraftOrderWhereInput.updatedAt
● DateTimeRangeInput
input miscellaneous
Filter order by updated at date.
DraftOrderWhereInput.user
● GlobalIDFilterInput
input miscellaneous
Filter by user.
DraftOrderWhereInput.userEmail
● StringFilterInput
input miscellaneous
Filter by user email.
DraftOrderWhereInput.authorizeStatus
● OrderAuthorizeStatusEnumFilterInput
input orders
Filter by authorize status.
DraftOrderWhereInput.chargeStatus
● OrderChargeStatusEnumFilterInput
input orders
Filter by charge status.
DraftOrderWhereInput.isClickAndCollect
● Boolean
scalar miscellaneous
Filter by whether the order uses the click and collect delivery method.
DraftOrderWhereInput.voucherCode
● StringFilterInput
input miscellaneous
Filter by voucher code used in the order.
DraftOrderWhereInput.lines
● [LinesFilterInput!]
list input orders
Filter by line items associated with the order. Each list item represents conditions that must be satisfied by a single object. The filter matches orders that have related objects meeting all specified groups of conditions.
DraftOrderWhereInput.linesCount
● IntFilterInput
input miscellaneous
Filter by number of lines in the order.
DraftOrderWhereInput.transactions
● [TransactionFilterInput!]
list input orders
Filter by transaction data associated with the order. Each list item represents conditions that must be satisfied by a single object. The filter matches orders that have related objects meeting all specified groups of conditions.
DraftOrderWhereInput.totalGross
● PriceFilterInput
input miscellaneous
Filter by total gross amount of the order.
DraftOrderWhereInput.totalNet
● PriceFilterInput
input miscellaneous
Filter by total net amount of the order.
DraftOrderWhereInput.productTypeId
● GlobalIDFilterInput
input miscellaneous
Filter by the product type of related order lines.
DraftOrderWhereInput.events
● [OrderEventFilterInput!]
list input orders
Filter by order events. Each list item represents conditions that must be satisfied by a single object. The filter matches orders that have related objects meeting all specified groups of conditions.
DraftOrderWhereInput.billingAddress
● AddressFilterInput
input users
Filter by billing address of the order.
DraftOrderWhereInput.shippingAddress
● AddressFilterInput
input users
Filter by shipping address of the order.
DraftOrderWhereInput.AND
● [DraftOrderWhereInput!]
list input orders
List of conditions that must be met.
DraftOrderWhereInput.OR
● [DraftOrderWhereInput!]
list input orders
A list of conditions of which at least one must be met.
Member Of
draftOrders
query ● DraftOrderWhereInput
input