Hello, I want to access my product’s metafields but don’t have any access to the product object object.
I use Jquery.getson to get the product but can’t have access to metafields from there.
Is there a way I can use jquery or ajax to fetch a metafield value without having access to the product object?
The thing is the app we use for rendering collections does not give me the product object ,but I can fetch the handle in a jquery variable and use the jquery.getjson to get the product,but no luck with the metafields from there..