Chris Saunders commented on Can the app's access scopes act differently for...
Make a get request to /admin/shop.json where you can determine what kind of plan the Shop is on. If they are on a starter plan, you won't be able to make modifications to their themes.
View ArticleBach Le commented on HMAC calculation correct on orders/create but wrong on...
I think I figured it out. The hooks configured in the admin UI isn't verifiable while the hooks configured via API and installed apps checks out fine. Is that the correct understanding?
View ArticleYan commented on Refused to Display
OK, well either I missed it in the documentation or it isn't in there. Your app's callback URL in the Shopify Partner portal must point to the root of your application (http://localhost:3000). I had it...
View ArticleRami Abdel Hadi commented on How I can get the current currecy for my store...
I built a JavaScript file to serve many clients (stores), one of them(stores) in "$" and the other in "pounds". so i don't want to save these settings in our DB .. so is there away to know what's the...
View ArticleTargeting Mantra commented on Can the app's access scopes act differently for...
I am sorry but the plan does not seem to be a starter one. here are couple of parameters I got from the...
View ArticleChris Saunders commented on Can the app's access scopes act differently for...
Looking at the api permissions for your clients there isn't anything that should be preventing this from working. Are you sure that you are hitting the right endpoint correctly? What does the...
View ArticleChris Saunders commented on How I can get the current currecy for my store in...
Is the file run on the storefront or is it a node.js application? If it's storefront you can just use the methods I mentioned that are a part of the Shopify AJAX API.If it's a node app you can hit...
View ArticleJustin Stern commented on HMAC calculation correct on orders/create but wrong...
Yup, that seems to be the case. I forgot that you can configure webhooks through the admin. From the documentation:Webhooks created manually through the Shopify admin cannot be verified using the...
View ArticleJustin Stern commented on API Broken: Suddenly Blocking HEAD Requests
Yup, much better now, thanks for the quick turnaround guys!
View ArticleChris Saunders commented on HMAC calculation correct on orders/create but...
We are working on fixing that right now. As you can see, the admin created webhooks are now being signed. There will be a change going out that will expose that signing key to you. I'll also update the...
View ArticleRami Abdel Hadi commented on How I can get the current currecy for my store...
yes, it's from store front, and i don't have the access to use admin APIs.I checked the Shopify AJAX API before, doesn't help I couldn't find the specific API for that.I think if there are AJAX API for...
View ArticleChris Saunders commented on How I can get the current currecy for my store in...
There isn't a public API for what you are looking to do. The merchant can change whatever they want their formatting to look like in the admin and this is properly reflected via those Shopify AJAX API...
View ArticleRami Abdel Hadi commented on How I can get the current currecy for my store...
how you get this value? can you give me example for the call.Thanks
View ArticleTargeting Mantra commented on Can the app's access scopes act differently for...
Hi Chris,The installation, which I assumed to be successful as there were no errors, but eventually the changes were not made on the client side. I am making calls through my rails console using the...
View ArticleHunkyBill commented on Can the app's access scopes act differently for...
I had a similar problem today too. A Shop with a valid token was used to activate a session, yet trying to do anything raised 401 Authentication errors. The scopes were clearly defined and work for all...
View ArticleKevin McPhillips commented on API Broken: Suddenly Blocking HEAD Requests
Thanks for the clear and detailed error report! Makes my job easy.
View ArticleJustin Stern commented on API Broken: Suddenly Blocking HEAD Requests
ha, I hear you there buddy
View ArticleApply Discount from storefront? by Benton Rochester
Is there a way to apply a discount or change a price through the store front when a user clicks a button?
View ArticleTargeting Mantra commented on Can the app's access scopes act differently for...
Hi HunkyBill,Thanks for the reply. Should I go for a reinstallation? What are the chances that reinstalling the app would fix the issues?
View ArticleJohn McLear commented on Shipping Rates endpoints failing (weight based,...
Hey @awd any update yet? Cheers :)
View Article