createStores - Store Module Reference
This documentation provides a reference to the createStores
method. This belongs to the Store Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
createStores(data, sharedContext?): Promise<StoreDTO[]>#
This method creates stores.
Example#
Parameters#
data
CreateStoreDTO[]The stores to be created.
data
CreateStoreDTO[]Returns#
Promise
Promise<StoreDTO[]>The created stores.
Promise
Promise<StoreDTO[]>createStores(data, sharedContext?): Promise<StoreDTO>#
This method creates a store.
Example#
Parameters#
data
CreateStoreDTOThe store to be created.
data
CreateStoreDTOReturns#
Promise
Promise<StoreDTO>The created store.
Promise
Promise<StoreDTO>Was this page helpful?