variantStores

@JvmName(name = "listVariantStoresResponseVariantStoreItem")
fun Flow<ListVariantStoresResponse>.variantStores(): Flow<VariantStoreItem>

This paginator transforms the flow returned by listVariantStoresPaginated to access the nested member VariantStoreItem

Return

A kotlinx.coroutines.flow.Flow that can collect VariantStoreItem