Skip to main content

OrderWhereInput Input Type

No description

input OrderWhereInput {
metadata: MetadataFilterInput
ids: [ID!]
number: IntFilterInput
channelId: GlobalIDFilterInput
createdAt: DateTimeRangeInput
updatedAt: DateTimeRangeInput
user: GlobalIDFilterInput
userEmail: StringFilterInput
authorizeStatus: OrderAuthorizeStatusEnumFilterInput
chargeStatus: OrderChargeStatusEnumFilterInput
status: OrderStatusEnumFilterInput
checkoutToken: UUIDFilterInput
checkoutId: GlobalIDFilterInput
isClickAndCollect: Boolean
isGiftCardUsed: Boolean
isGiftCardBought: Boolean
voucherCode: StringFilterInput
hasInvoices: Boolean
invoices: [InvoiceFilterInput!]
hasFulfillments: Boolean
fulfillments: [FulfillmentFilterInput!]
lines: [LinesFilterInput!]
linesCount: IntFilterInput
transactions: [TransactionFilterInput!]
totalGross: PriceFilterInput
totalNet: PriceFilterInput
productTypeId: GlobalIDFilterInput
events: [OrderEventFilterInput!]
billingAddress: AddressFilterInput
shippingAddress: AddressFilterInput
AND: [OrderWhereInput!]
OR: [OrderWhereInput!]
}

Fields

OrderWhereInput.metadata ● MetadataFilterInput input miscellaneous

Filter by metadata fields.

OrderWhereInput.ids ● [ID!] list scalar miscellaneous

OrderWhereInput.number ● IntFilterInput input miscellaneous

Filter by order number.

OrderWhereInput.channelId ● GlobalIDFilterInput input miscellaneous

Filter by channel.

OrderWhereInput.createdAt ● DateTimeRangeInput input miscellaneous

Filter order by created at date.

OrderWhereInput.updatedAt ● DateTimeRangeInput input miscellaneous

Filter order by updated at date.

OrderWhereInput.user ● GlobalIDFilterInput input miscellaneous

Filter by user.

OrderWhereInput.userEmail ● StringFilterInput input miscellaneous

Filter by user email.

OrderWhereInput.authorizeStatus ● OrderAuthorizeStatusEnumFilterInput input orders

Filter by authorize status.

OrderWhereInput.chargeStatus ● OrderChargeStatusEnumFilterInput input orders

Filter by charge status.

OrderWhereInput.status ● OrderStatusEnumFilterInput input orders

Filter by order status.

OrderWhereInput.checkoutToken ● UUIDFilterInput input miscellaneous

Filter by checkout token.

OrderWhereInput.checkoutId ● GlobalIDFilterInput input miscellaneous

Filter by checkout id.

OrderWhereInput.isClickAndCollect ● Boolean scalar miscellaneous

Filter by whether the order uses the click and collect delivery method.

OrderWhereInput.isGiftCardUsed ● Boolean scalar miscellaneous

Filter based on whether a gift card was used in the order.

OrderWhereInput.isGiftCardBought ● Boolean scalar miscellaneous

Filter based on whether the order includes a gift card purchase.

OrderWhereInput.voucherCode ● StringFilterInput input miscellaneous

Filter by voucher code used in the order.

OrderWhereInput.hasInvoices ● Boolean scalar miscellaneous

Filter by whether the order has any invoices.

OrderWhereInput.invoices ● [InvoiceFilterInput!] list input orders

Filter by invoice 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.

OrderWhereInput.hasFulfillments ● Boolean scalar miscellaneous

Filter by whether the order has any fulfillments.

OrderWhereInput.fulfillments ● [FulfillmentFilterInput!] list input orders

Filter by fulfillment 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.

OrderWhereInput.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.

OrderWhereInput.linesCount ● IntFilterInput input miscellaneous

Filter by number of lines in the order.

OrderWhereInput.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.

OrderWhereInput.totalGross ● PriceFilterInput input miscellaneous

Filter by total gross amount of the order.

OrderWhereInput.totalNet ● PriceFilterInput input miscellaneous

Filter by total net amount of the order.

OrderWhereInput.productTypeId ● GlobalIDFilterInput input miscellaneous

Filter by the product type of related order lines.

OrderWhereInput.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.

OrderWhereInput.billingAddress ● AddressFilterInput input users

Filter by billing address of the order.

OrderWhereInput.shippingAddress ● AddressFilterInput input users

Filter by shipping address of the order.

OrderWhereInput.AND ● [OrderWhereInput!] list input orders

List of conditions that must be met.

OrderWhereInput.OR ● [OrderWhereInput!] list input orders

A list of conditions of which at least one must be met.

Member Of

orders query ● OrderWhereInput input