No content to show
User Activity
Hi, sorry if this may seem like a stupid question but I can't find any tutorials specifically for the post-purchase extensions. I have created a post-purchase UI extension following this tutorial: https://shopify.dev/docs/apps/checkout/product-offers...
Hi @Strydar , unfortunately I still have no idea why authenticate.admin doesn't work but sending HTTP requests to the admin API does work. let response = await fetch(`https://${shopName}.myshopify.com/admin/api/${apiVersion}/graphql.json`, {
meth...
Did you find a solution for this? I am currently facing the same problem
Hi all,I built a Shopify app and extension using the CLI tool. The sample code works as intended (a product is created when clicking the button in the Admin dashboard) but I am unable to call the Admin API from my extension. my-app/app/routes/app._in...