ssagli
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎05-18-2023 04:50 AM
Topic Started
7
Topics Started
Topic Solutions
3
Solutions
Post Count
18
Posts
Post Kudos
7
Likes

Community Badges

No content to show

User Activity

I go my query working somehow. It may have been the access token wasn't updated with the right scopes. I am just requesting within the past 60 days so it should work without asking for read all orders. thank you for your response tho!
 // Today's date is 2023-05-17 const vars = { first:10, query:"created_at:>'2023-05-01T00:00:00.000Z'", after:'' } const query = `query getOrdersByDates($first:Int!, $query:String!, $after: String) { orders( first: $first query...
Did you figure this out? I'm having the same issue.
I figured it out right after posting this post.. Somehow I didn't realize that there was APP_PURCHASES_ONE_TIME_UPDATE webhook. I was able to get APP_SUBSCRIPTIONS_UPDATE webhook working with term EVERY_30_DAYS.
I am having a hard time testing APP_SUBSCRIPTIONS_UPDATE hook. I remember I was able to successfully test a hook with graphql version 2021-10 on a different app, but when I tested it with graphql version 2022-07, it doesn't get triggered. I have been...
My Uninstall webhook works as expected, but I am unable to get APP_SUBSCRIPTIONS_UPDATE (app_subscriptions/update) working. It was working fine with API version 2021-10. I am getting 403 Forbidden when I checked the Shopify partner dashboard for the ...
Thank you so much for taking a time to respond! I was able to get it working by following the suggested steps!
I got a response on this thread. Hope it helps you as well. https://community.shopify.com/c/technical-q-a/apps-without-a-public-distribution-cannot-use-the-billing-api/m-p/1757459/thread-id/105313#M105356
I have a development store and I am trying to do appSubscriptionCreate mutation for the store, but I'm getting "Apps without a public distribution cannot use the Billing API" error from Shopify graphql response. I was able to make this query before u...
I have questions about migrating an ecommerce store to Shopify It seems like there is Shopify transporter which only supports Magento, and there is Transporter app which is only available to Shopify Plus customers.I can't commit to upgrading our plan...
So to triple make sure. Use App-Bridge modal if we are not using react, and if we are using react, then use App Bridge React modal?
I appreciate your prompt and detailed response! I do have one more question. Are we supposed to be using app-bridge-react modal or is using Polaris modal still an ok practice? 
Hi, We are a bit confused about the documentation related to Modal. it says in Polaris Modal section in the documentation that we need to use @Shopify/app-bridge-react for embedded apps (we assume that is instead of using Modal from @Shopify/polaris ...
こんにちはこの上に添付したShopify https://help.shopify.com/ja/partners/how-to-earn ページについての質問です。上記スクリーンショットから見て収益の20%をShopifyが得て、必ずShopifyプラットフォーム内でショッピファイペイメンツを利用するという条件と読み取れるのですが、それは私達のアプリがShopifyのAPIを少し使っているだけでも同じ契約となるのでしょうか?例えば下記のような場合は、Shopify APIを私達のアプリ内で利用...
Hi,My app is using react/hooks and hashRouter from react-router-dom to do the client side routing. In order for my welcome page to show, the Embedded App navigation needs to be setup to go to https://ourdomain.cloudfront.com/#/welcome However, when I...
This widget could not be displayed.
This widget could not be displayed.