create - Order Module Reference
This documentation provides a reference to the create
method. This belongs to the Order Module.
create(data, sharedContext?): Promise<OrderDTO[]>
This method creates {return type}(s)
Example
Parameters
The order to be created.
Returns
The created {return type}(s).
create(data, sharedContext?): Promise<OrderDTO>
This method creates {return type}(s)
Example
Parameters
The order to be created.
Returns
The created {return type}(s).
Was this section helpful?