I am attempting to publish a product to the online store using the publishablePublish mutation. However, upon running this mutation, I encounter the error message: ‘Error: Your app doesn’t have a publication for this shop.’ Interestingly, when I see the newly created product in the Shopify admin panel, I find that the product has been published to the online store.In my search for similar issues, I came across an accepted answer suggesting that the app requires Storefront API access to set the product to the Online Store.I am using the Remix app template and making these requests using the admin API access token.
Now can someone help me with how can I grant Storefront API access to my App, and how/when should I use it?
1 Like