UpdateOrderInput
Type: Input
Fields
| Name | Type | Default | Description |
|---|---|---|---|
| actualDeliveryDate | Date | The date the order was actually delivered. | |
| contactId | ID | ||
| customerId | ID | ||
| deliveryStatus | OrderDeliveryStatusEnum | The status of the order delivery. | |
| orderDate | Date | ||
| orderNumber | String | ||
| paymentMethod | OrderPaymentMethodEnum | The payment method used for the order. | |
| paymentStatus | OrderPaymentStatusEnum | The status of the payment for the order. | |
| promisedDeliveryDate | Date | The date the order was promised to be delivered. | |
| requestedDeliveryDate | Date | The date the customer requested the order to be delivered. | |
| rushFee | MoneyInput | The fee charged for rush order. | |
| rushOrder | Boolean | Indicates whether the order is a rush order. | |
| specialInstructions | String | Special instructions for the order. | |
| state | OrderStateEnum |