OrderFilterInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| actualDeliveryDate | OrderFilterActualDeliveryDate | The date the order was actually delivered. | |
| addresses | OrderAddressFilterInput | Addresses related to the order. | |
| and | [OrderFilterInput!] | ||
| contact | ContactFilterInput | Primary contact related to the order. | |
| contactId | OrderFilterContactId | ||
| createdAt | OrderFilterCreatedAt | ||
| customer | CustomerFilterInput | The customer who placed the order. | |
| customerId | OrderFilterCustomerId | ||
| deliveryStatus | OrderFilterDeliveryStatus | The status of the order delivery. | |
| discountAmount | OrderFilterDiscountAmount | The total discount amount calculated from all order lines | |
| id | OrderFilterId | ||
| lines | OrderLineFilterInput | Lines related to the order. | |
| not | [OrderFilterInput!] | ||
| notes | NoteFilterInput | Notes related to the order. | |
| or | [OrderFilterInput!] | ||
| orderDate | OrderFilterOrderDate | ||
| orderNumber | OrderFilterOrderNumber | ||
| paymentMethod | OrderFilterPaymentMethod | The payment method used for the order. | |
| paymentStatus | OrderFilterPaymentStatus | The status of the payment for the order. | |
| promisedDeliveryDate | OrderFilterPromisedDeliveryDate | The date the order was promised to be delivered. | |
| requestedDeliveryDate | OrderFilterRequestedDeliveryDate | The date the customer requested the order to be delivered. | |
| rushFee | OrderFilterRushFee | The fee charged for rush order. | |
| rushOrder | OrderFilterRushOrder | Indicates whether the order is a rush order. | |
| shippingAmount | OrderFilterShippingAmount | The total shipping amount calculated from all order lines | |
| shippingInstructions | OrderShippingInstructionFilterInput | Shipping instructions related to the order. | |
| specialInstructions | OrderFilterSpecialInstructions | Special instructions for the order. | |
| state | OrderFilterState | ||
| subtotal | OrderFilterSubtotal | The subtotal of the order calculated from line totals | |
| taxAmount | OrderFilterTaxAmount | The total tax amount calculated from all order lines | |
| totalAmount | OrderFilterTotalAmount | The total amount of the order including taxes, shipping, and discounts | |
| updatedAt | OrderFilterUpdatedAt |