Rich Borek commented on Updating images through API
It looks like your relying on the products API for this instead of the Images API I currently am doing the exact same thing as you uploading and updating images but I do all this through the Images...
View ArticleAdrien Delahaye commented on Hidden input return_to no longer working
Hi everyone, It seems that this issue is fixed and the return_to input is working again. Thanks
View Articlekt commented on webhook data
hii,Try to print the data in error log just to check the response.$data = file_get_contents('php://input'); error_log($data);
View ArticleWebhook Response code by kt
Hello,I am wondering how to send an acknowledgement response code "200" to the shopify server . This is my webhook script in PHP : <?php function verify_webhook($data, $hmac_header) {...
View Articlenchannel commented on VIew product matrixnumber in admin-mode? (linking...
Hi Phillip or Ted,It sounds like you may need some Product Information Management (PIM) capabilities with your integration from RMS to Shopify. We help clients like you with integrations between those...
View ArticleRefunds for Test Orders by jon
When dealing with real orders, the order always returns the refunds associated with it. In test orders this never happens. Is this a bug? It is pretty rough needing to test my code with real orders...
View ArticleError in checkouts.xml? by Ruthan
The response to GET http://arubaaloe-2.myshopify.com/admin/checkouts.xml?updated_at_min=2014-11-01 08:00:00&updated_at_max=2014-11-02 08:00:00 includes the following: <shipping-lines...
View ArticleCustomer Login via API by Josh Fester
I'd like to build my shop as an Ember app and only use Shopify for the API and administration. However, there doesn't seem to be a way for customers to login via the API. I'm not talking about getting...
View ArticleDavid commented on Add custom input fields to cart
Any guesses? I'm kind of getting despaired of this...
View ArticleMissing Fields from Webhooks (Customer creation/Customer update) by Nigel...
I have a web database that is used by various mobile apps. We have users (customers) stored within this database as there are many entry points for account creation (all linked via API's). I am trying...
View ArticleRichard Zhou commented on Shopify theme repository using Git?
We use git for all shopify themes . We have a little tool we wrote that in combination with https://github.com/guard/guard will automatically upload file changes to a store when it is changed. This...
View ArticleHow do you download a specified group of orders? by Jeremy Despain
I am a developer for a 3PL and am building an integration that only uses the shopify api to download and update orders. I need a solution that will allow the following:1) a store to specify orders...
View ArticleYuji commented on Cancelling of Order through API generates email
Hi Nate, Richard, are you sure this is fixed?Using the Python Shopify API, both canceling an order and canceling an order with the email parameter set to False both generate a cancellation email. Both...
View ArticleRichard Zhou commented on Cancelling of Order through API generates email
I just tested this on my test shop an did not see an email when I cancelled an order.I am using the ShopifyAPI gem with rails and calling the cancel method on the order class. If you do not pass the...
View ArticleActivation email by mmx
HiIs there any way to set the activation email for the new customer registered by register form?
View ArticleMarius from SuppleApps commented on Any plans for a public Discount API?
The API exists, but the access is limited only to shops on Plus plan. It's being used by Shopify Bulk Discounts app too.Maybe if enough developers ask, access will be granted similar to all the other...
View ArticleMarius from SuppleApps commented on Discount API
The API exists, but the access is limited only to shops on Plus plan. It's being used by Shopify Bulk Discounts app too.Maybe if enough developers ask, access will be granted similar to all the other...
View ArticleNew Responsive Checkout "Thank You" page has restrict CORS rules by Snir
Hi,I'm developing a plugin to the shopify system, and I'm inserting a 3rd-party JS of mine into the "Thank You" page that appears after a transaction is completed.Before the recent "Checkout" upgrade...
View ArticleJames commented on New Responsive Checkout "Thank You" page has restrict CORS...
Is the new thank-you page HTTPS or something?And if so, why?It's a thank you page, not a checkout page. Why implement security protocols at all for a page with no sensitive information?
View ArticleHunkyBill commented on New Responsive Checkout "Thank You" page has restrict...
If you are having a problem making XHR calls to your own domain, the problem is not with Shopify, it is with your server configuration. If you have CORS setup properly, of course you can make a call to...
View Article