StoreModule

class StoreModule(sdk: RevenueMonsterSDK)

Functions

createStore
Link copied to clipboard
common
suspend fun createStore(data: StoreDetails): Item<Store>
deleteStore
Link copied to clipboard
common
suspend fun deleteStore(storeID: String): Response
getStoreByID
Link copied to clipboard
common
suspend fun getStoreByID(id: String): Item<Store>
getStores
Link copied to clipboard
common
suspend fun getStores(): Items<Store>
updateStore
Link copied to clipboard
common
suspend fun updateStore(storeID: String, data: StoreDetails): Item<Store>