getStore

expect fun getStore(storeId: String): Store

Gets a single Store by given Store ID.

Return

Information about the Store

Parameters

storeId

ID of the Store to get

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual fun getStore(storeId: String): Store

Gets a single Store by given Store ID.

Return

Information about the Store

Parameters

storeId

ID of the Store to get

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception

actual external fun getStore(storeId: String): Store

Gets a single Store by given Store ID.

Return

Information about the Store

Parameters

storeId

ID of the Store to get

Throws

thrown when instance is closed

thrown when method encounters an exception

thrown when method encounters an unknown exception