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

Home > @vue-storefront/core > UseMakeOrder

UseMakeOrder interface

Signature:

export interface UseMakeOrder<ORDER, API extends PlatformApi = any> extends Composable<API> 

Extends: Composable

Properties

Property Modifiers Type Description
error ComputedProperty<UseMakeOrderErrors>
loading ComputedProperty<boolean>
order Ref<ORDER>

Methods

Method Description
make(params)