No content to show
User Activity
09-11-2024
I'm facing the exact same issue. Did you find a solution or workaround?
Hi @SealSubs-Roan thanks for your answer. My questions refers to my own app that I'm about to release. I noticed that test charges are cancelled immediately, but I thought this doesn't apply to real charges on published apps. Let's say someone insta...
Hi, I noticed that when cancelling a Shopify app subscription (AppSubscription) with a recurring pricing (AppRecurringPricing), this subscription is removed immediately without going into the status `CANCELLED`. I'm using the test charges feature, so...
04-26-2024
Hi,I have noticed to create a Metafield on resource like Product, it is required to have the `write_products` scope.On the other hand, Metaobjects have their own access scope `write_metaobjects` and `write_metaobjects_definitions`. I would like to kn...
I use the Shopify Admin REST API to list all pages or read a single page by ID: https://shopify.dev/docs/api/admin-rest/2024-01/resources/page#get-pages However, some pages return an empty `body_html` property, even though the page has content. I was...
Hi @AndySlack thanks for your reply! It looks like you're using building a public app. In this case, you can construct the install url manually like you did it here:const redirect = `https://${
installed_app.settings.SHOPIFY_SHOP_NAME
}.myshopify.c...
The installation of a custom app must go through the generated installation link from Shopify Partners Dashboard. This has the disadvantage that I can't add any additional parameters to the link that will be forwarded to my app, so that after success...