isValidStoreName

open fun isValidStoreName(storeName: String): Boolean

Store name can only contain letters, digits and _ and cannot exceed 96 characters

Return

True if the name provided is valid for a store

Parameters

storeName