No content to show
User Activity
Hmm I might be misunderstanding but I don't think the storefront API integrates well with UI extensions, at least not when it can no longer be turned into a Sales Channel (after being installed once on a development store).
10-23-2022
Hi! Do we have to convert it to a Sales Channel? What if it's a Checkout UI extension? Thanks!
10-21-2022
According to https://shopify.dev/api/storefront#development_frameworks_and_sdks ,when I'm calling out to the Storefront API using an unauthenticated request to get a list of products:eg. https://shopify.dev/api/storefront/2022-10/objects/productand I...
Hello! I've also enabed network_access on the app and also added the network_access = true to the toml file but I'm receiving a 403 on my network request to the Shopify API at `<storefrontUrl>/api/2022-10/graphql.json`. I've turned on all the scopes ...
Hello! I'm a first time Shopify app developer and would love some guidance and tips around querying a store's products from a Checkout UI extension. I tried to be as clear and concise with my questions: - Should I be calling the Storefront API or the...
Hello! I am trying to follow this guide https://shopify.dev/apps/checkout/product-offers/getting-started I seem to have successfully setup my test store and installed the addon but when I visit the ngrok link to preview my Checkout UI extension, noth...