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

Home > @vue-storefront/core > UseMakeOrderFactoryParams

UseMakeOrderFactoryParams interface

Signature:

export interface UseMakeOrderFactoryParams<ORDER, API extends PlatformApi = any> extends FactoryParams<API> 

Extends: FactoryParams

Properties

Property Modifiers Type Description
make (context: Context, params: { customQuery?: CustomQuery; }) => Promise<ORDER>