No content to show
User Activity
Hello I am having hard time figuring how to get image urls in the below scenario Any help will be apreciated @ShopifyDevSup
@ShopifyDevSup Any reply will be helpful as I am stuck.
It is giving me this{
"data": {
"currentAppInstallation": {
"accessScopes": [
{
"handle": "unauthenticated_read_product_listings"
},
{
"handle": "unauthenticated_read_product_tags"
},
...
Hi I am trying to fetch the metafields for a particular product from admin API but failing to do so {
product(id: "gid://shopify/Product/6781936599084") {
metafield(namespace: "reviews", key: "review1") {
value
key
id
}
...