I'm digging in Woocommerce block creation I understand useSelect is very usefull to fetch woo data.
Ex. select( 'wc/admin/products' ) to fetch getProducts() method, or select( 'wc/stor/paylent' ) to fetch getActoivePaymentMethod()..
My question : Where can i find all available scopes (select() arguments) to fetch Woocommerce Data ?
indexfiles where the scope name is registered (the string you pass toselect()). Once you know the scope, check theselectorsfile in the same folder to see what data-fetching methods are available.