Interface: OrderSearchForm
Defined in: composables/react/useOrders.ts:31
Search/filter criteria for the order list.
Properties
createdAt?
optionalcreatedAt?:DateSearchInput
Defined in: composables/react/useOrders.ts:35
Filter on order creation date.
lastModifiedAt?
optionallastModifiedAt?:DateSearchInput
Defined in: composables/react/useOrders.ts:37
Filter on last-modified date.
price?
optionalprice?:DecimalSearchInput
Defined in: composables/react/useOrders.ts:39
Filter on order total price.
sortInput?
optionalsortInput?:Partial<OrderSortInput>
Defined in: composables/react/useOrders.ts:41
Sort field/direction for the results.
term?
optionalterm?:string
Defined in: composables/react/useOrders.ts:33
Free-text search term matched against termFields.
type?
optionaltype?:OrderType
Defined in: composables/react/useOrders.ts:43
Restrict to a single order type.