I am currently working on a project and looking to export all products in plain CSV format from our Shopify store programmatically using the REST API in Java.
I’ve reviewed our Shopify admin page at https://admin.shopify.com/store/eac23e-3/products?selectedView=all, and while I noticed there’s an export button available, I’m exploring the possibility of achieving this export functionality through the REST API directly without manual intervention.
Could you please guide me to the specific API endpoint or method that enables product export in CSV format via the REST API?