I want to get the below data of all products by SQL Query.
- SKU
- Product name
- Website
- Attribute set
- Quantity per source
- Sellable quantity
- visibility
- Price
- Status
I have used this extension:
https://github.com/degdigital/magento2-customreports
This
extension has functionality to get the CSV report by SQL query. So I want to
get product reports by SQL Query.
Any Help much appreciated!