I need to get product meta-fields from the Admin /products.json API but it doesn’t return the meta-fields but I’m able to get products meta-fields from /products/123/metafields.json for a single product it would be heavy to get meta fields data for a product by product so how to get products meta-fields on /products.json API?
You can’t make a query to /admin/products,json in rest to get metafields into the response. Why is pulling the data from each product not a viable option with the rest api?