You are reading the documentation for Vue Storefront v2. See the latest docs.

Home > @vue-storefront/core > UseUserOrderFactoryParams

UseUserOrderFactoryParams interface

Signature:

export interface UseUserOrderFactoryParams<ORDERS, ORDER_SEARCH_PARAMS, API extends PlatformApi = any> extends FactoryParams<API> 

Extends: FactoryParams

Properties

Property Modifiers Type Description
searchOrders (context: Context, params: ORDER_SEARCH_PARAMS & { customQuery?: CustomQuery; }) => Promise<ORDERS>