create - Store Module Reference
This documentation provides a reference to the create
method. This belongs to the Store Module.
create(data, sharedContext?): Promise<StoreDTO[]>
This method creates stores.
Example
Parameters
The stores to be created.
Returns
The created stores.
create(data, sharedContext?): Promise<StoreDTO>
This method creates a store.
Example
Parameters
The store to be created.
Returns
The created store.
Was this section helpful?