Skip to main content

Interface: OrderSearchForm

Defined in: composables/react/useOrders.ts:31

Search/filter criteria for the order list.

Properties

createdAt?

optional createdAt?: DateSearchInput

Defined in: composables/react/useOrders.ts:35

Filter on order creation date.


lastModifiedAt?

optional lastModifiedAt?: DateSearchInput

Defined in: composables/react/useOrders.ts:37

Filter on last-modified date.


price?

optional price?: DecimalSearchInput

Defined in: composables/react/useOrders.ts:39

Filter on order total price.


sortInput?

optional sortInput?: Partial<OrderSortInput>

Defined in: composables/react/useOrders.ts:41

Sort field/direction for the results.


term?

optional term?: string

Defined in: composables/react/useOrders.ts:33

Free-text search term matched against termFields.


type?

optional type?: OrderType

Defined in: composables/react/useOrders.ts:43

Restrict to a single order type.