Hidden input return_to no longer working by Jeremy
Hello there!We're currently experiencing an issue with one of our apps where the 'return_to' functionality is no longer working from an input field. The code is as follows: <input...
View ArticleRichard Zhou commented on Seed/Mock data for App Development?
What we do is wrote our own code to copy orders from one store to another through the API. it takes a while to do but if you have to play with client's data often, It is worth the investment.There is...
View ArticleRich Borek commented on Hidden input return_to no longer working
We now have the same error our code look is below please someone instruct the remedy. <form id="add-item-form" action="/cart/add" method="post" class="variants clearfix"><div class="span2"...
View ArticleRichard Zhou commented on Cancelling of Order through API generates email
Hi Nate,So I have been asked by my client when this will be fixed, I know it is difficult for you to answer but I still have to ask it.Do you have an idea when the fix will be done?
View ArticleNate commented on Need help in Shopify Webhooks/callback url
Webhooks can be created automatically once your app is installed using the Webhook API, see:http://docs.shopify.com/api/webhook#createIs your other problem that too many Webhooks are being delivered...
View ArticleNate commented on can't upload images while creating a product with PHP
It looks like your request isn't properly formed. To create a product with multiple variants, each with their own image, try this:$add_data = array("product"=> array("title"=> " My new product...
View ArticleNate commented on how to differentiate between installation and banner click...
There is no way to differentiate between installation and a banner click. Apps should store the permanent access token to be looked up by the shop's URL, which is passed as the `shop_url` parameter...
View Articlemo zap commented on Need help in Shopify Webhooks/callback url
Thanks for quick replay.1st problem is I am not able to figure it out how to use the Webhooks in API level, I am very new to this and looking for little assistance or documents or tutorials from the...
View ArticleNate commented on Need help in Shopify Webhooks/callback url
In addition to the Webhook reference documentation that I linked to in my first post, here is an Introduction to Webhooks:http://docs.shopify.com/api/webhooks/using-webhooksCould you log the Request-Id...
View Articlemo zap commented on Need help in Shopify Webhooks/callback url
i have been most of the links and read about Webhooks, but none of them are helpful for me :(. FYI: I am working Rails framework to develop the appcan you please be more specific , I am not sure what...
View Articleproduct descriptions not being returned for some users by Greg S
Most stores work fine, but for some stores who have authorized our app (inkFrog Open) to make API calls on their behalf when we retrieve their products the description is null for products that...
View ArticleYan commented on customers/deleted webhook only returning the ID of the...
I can't tell you for sure, but I would expect that's what you are supposed to get. For webhooks, I usually expect to get the response provided in the API docs: http://docs.shopify.com/api/customer#destroy
View ArticleEthan commented on Embedded App / Shopify Authentication 500 Error
Thanks - that was it!
View ArticleNate commented on Bad Request adding new variant to existing product
Hi Mike,The `metafields` attribute must be an array of objects. Here you are just sending a single object. Change that and you should be good.
View ArticleNate commented on How do I change the URL of my Shopify app?
Unfortunately, a new app will have to be created to change the URL. The URL is only created once per application, based on it's original name.
View ArticleNate commented on sslv3 alert handshake failures
Hi Stephen,The change was made on October 16, see:https://ecommerce.shopify.com/c/api-announcements/t/announcement-secure-api-connections-with-shopify-216781
View ArticleNate commented on Cancelling of Order through API generates email
Hi Richard,This issue was fixed Friday.
View ArticleRichard Zhou commented on Cancelling of Order through API generates email
Thanks Nate. I just did a test and did not see an email.
View ArticleUpdating images through API by Mike Convey
We have been using the API in production for quite some time to update images for products. As of a few days ago however this is no longer working. We send the new image and the API operation...
View Article