Chris Saunders commented on Sort by best selling products
Ah I see what you are talking about. You can create a custom collection and set it's sorting but I don't believe we expose that information for whatever reason.I can look around but I don't think this...
View ArticleSteven Kinley commented on Freshness of data sent via Webhook?
Perfect, thanks for the reply Chris.
View ArticleFetching Multiple Shops from API by Dheeraj SIngla
Suppose I have multiple shops under one account and I want to display all my shops in my application. So, is there any way by which I can get all my shops from one API?
View ArticleI get 503 ERROR 'Down for Maintenance'. But sometimes the page shows up. by...
Hi all,I have built my first shopify app. I am using App proxy to show data.I get 503 ERROR 'Down for Maintenance'. But sometimes the page shows up.Here is the url. If you open it will...
View ArticleMark Smith commented on Creating new product only populates some of the data
I have had another stab at this issue. This issue I faced is that when I created a product without defining a Variant, an empty variant with no SKU or price was created. When I wanted to create a new...
View ArticleDo API-created web hooks appear in the admin UI? by Russell Quinn
My API-created webhooks appear to be getting created, but they don't appear in the Shopify admin UI. Are they supposed to?
View ArticleMaarten van Grootel commented on Do API-created web hooks appear in the admin...
No, API created webhooks are not supposed to appear in the admin.
View Article[EASDK] ShopifyApp.Bar.initialize default icon by Marius Andreiana
Hello,The docs say about icon attribute:A URL to an image file used as the icon in the top bar. If omitted, a default app icon will be used.I expected the App Large Icon (uploaded in app settings) to...
View ArticleJason Jaynes commented on Sort by best selling products
Thanks for looking into this for me Chris. If it is not exposed, how I can request to have the information exposed?Thanks,Jason
View ArticleUninstall webhook gets called twice by ofer pen
Hi,My app registers a web hook for uninstall , I noticed that upon uninstall the hook gets called twice Also when I install the app before the installation the hook for uninstall is also called.Do you...
View ArticleCarted commented on New: Embed your app inside of Shopify!
Just something that would be very helpful is the ability to leave a review inside an embedded app. Would love to be able to trigger a modal that asks the user to leave a review for the app. Currently...
View ArticleHunkyBill commented on New: Embed your app inside of Shopify!
That is excellent! And instead of written reviews, merchants should be able to just click a quick survey and answer some basic questions. Do you get value from this App? Does it save you time and...
View ArticleDaniel Ristic commented on New: Embed your app inside of Shopify!
Yep, being able to review from inside an embedded app sounds like something that would definitely push more people into building embedded apps, which seems to be what Shopify folks are trying to do, so...
View ArticleChris Saunders commented on [EASDK] ShopifyApp.Bar.initialize default icon
You can tell the app to use whatever icon you want, so you could set it manually. You can also set the icon in your partners dashboard, so you could use something like photoshop to create a decent...
View ArticleChris Saunders commented on I get 503 ERROR 'Down for Maintenance'. But...
You are going to need to provide more details as to what exactly you are talking about. What API request were you making to the Shopify API that caused the 503 error to occur?
View ArticleChris Saunders commented on Fetching Multiple Shops from API
Questions:Do you mean you have the same email address used for the creation of multiple shops?Do you mean you have a user who has signed into your application from multiple shops?Do you mean that you...
View ArticleMarius Andreiana commented on [EASDK] ShopifyApp.Bar.initialize default icon
Thanks Chris.I would have preferred to avoid setting it manually, and by default use the icon I specified in partners dashboard > app settings > App Large Icon
View ArticleAdd to cart by customer id by thinkle
I'm looking to see if the api is capable of adding to a customers cart by their ID. The situation is: I have a customers email, I believe I can lookup the customer id through the customer search api...
View ArticleChristopher Lobay commented on [EASDK] ShopifyApp.Bar.initialize default icon
@Marius:Squishing a 60x60 color icon into a 20x20 spot that is primarily designed to be black would end up looking really bad -- we're purposely suggesting that you design and implement a suitably...
View ArticleMarius Andreiana commented on [EASDK] ShopifyApp.Bar.initialize default icon
Ok that makes sense. Thanks!
View Article