Jason commented on Dashboard endpoints failing (link lists, shipping, files,...
Ugh, link_lists is gone too. No longer can I create a linklist for all collections, all vendors,or just create a copy (using ShopifyFD). That is one I'll really, really miss if it's no longer...
View ArticleJoelS commented on How to test app as if I were store owner
Hi Shayne,The account I use is already a Partner. I have both an app and a dev store. I need to be able to install and run my app from the Shopify side, as it would happen in a real use case, so I can...
View ArticleAdeel Ahmad commented on Undocumented change to API?
I'm noticing the same thing as well. The response from creating a product is totally different for some shops - the most important thing being that the ids are missing.
View ArticleShayne commented on How to test app as if I were store owner
When a customer elects to install your app from the app store, they will be redirected to the callback URL of your app. You should be able to mimic a use case by simply visiting the callback URL of...
View ArticleUnique Identifier for App Event History Export by Justin Stern
Would it be possible to get a unique shop identifier added to the App Event History export available from the Shopify Partner account? Currently there is really only shop name and shop email, and both...
View ArticleWebhook on COD order? by Surya Sharma
Hi, What is the difference between Order Creation and Order Payment in the webhooks? I need a webhook such that everytime an order is made using Cash On Delivery (COD) option, I need a notification to...
View ArticleGetting products list, excluding hidden products by Marius Andreiana
Hello,Is it possible to get a products list from the products API, excluding hidden products?Looks like the only possible filters are collection_id and since_id.Thanks!
View ArticleJonathan Schwartz commented on Product Modify Ignoring Images??
Sorry about that. How about this?http://codebeautify.org/jsonviewer/0bc555
View ArticleLog-in via external account (not social network) by Adam Housman
I am evaluating using Shopify for a client's commerce website. One of the requirements is that customers be able to log in to the website using the account they have created for the client's other...
View ArticleWhat is the exact nature of API call limits? by Greg Kujawa
Still trying to get my custom developed product and customer integration apps to play nicely. Long story short is I have three Shopify stores. Each of them has roughly 1,700 products with at least one...
View ArticleJustin Stern commented on Getting products list, excluding hidden products
Hey Marius, sure this is doable as per the Product API docs: http://docs.shopify.com/api/product#index Just use the published_status parameter with a value of 'published'In ruby this looks like:...
View ArticleJason commented on What is the exact nature of API call limits?
There's an existing resource for the call limit:http://docs.shopify.com/api/introduction/api-call-limit
View ArticleGreg Kujawa commented on What is the exact nature of API call limits?
Thanks for your reply. I did read the document but unless I'm missing something it doesn't say if "your app" having a limit means per API key/password or the store has the limit across all "apps."...
View ArticleHunkyBill commented on What is the exact nature of API call limits?
The bane of using Metafields. I recently had to rewrite an entire App when it became apparent that using them was a very poor choice algorithmically. I found the best option was to store the records...
View ArticleMaarten van Grootel commented on Remove limit of orders for dev shop
The test flag should set be on the transaction object of the order, not directly on the order object.
View ArticlePhilip Buckley commented on Dashboard endpoints failing (link lists,...
@awd Any progress with this API change? Can you provide an update please
View ArticleFastest way to import ~24000 products by Narek Aramjan
I have to import 24000 single variation products, what is the fastest way to do this?I've tried using Products > Import > CSV but it takes a really really long time.Didn't try to import the...
View ArticleChris Saunders commented on Unique Identifier for App Event History Export
I've filed an issue on our tracker and included a link to this entry. I cannot give you a solid date when it will be resolved though :(When it's fixed the person will follow up on this post.
View ArticleWhat is the best way to delete all products programmatically? by Narek Aramjan
I'm wondering what the best/fastest way is to delete all products programmatically (preferably using Ruby).What are you experiences?Cheers!
View ArticleChris Saunders commented on Webhook on COD order?
The Payment event is fired when a merchant has chosen to capture the payment for an order.Regardless of the payment type, the Creation event will include the gateway and the amount even if it's COD. As...
View Article