Walther Diechmann commented on how do I get past the localhost:3000/login...
hmm - added a Product through the shopify web interface (your way) :)but still[5] pry(#<ShopsController>)> ShopifyAPI::Product.all=> nilI can do ShopifyAPI::Product.new - but if I add a...
View Articlermleitao commented on JS API issues [serious issues]
Hi Christian,Thanks for replying. We'll be waiting for your feedback!If you need any extra input or some real world test cases, let me know.Cheers,Rui.
View ArticleWalther Diechmann commented on how do I get past the localhost:3000/login...
Chris!thank you so SO much!!!I flocked it all - and started over - added only what you wrote regarding the Base.site using my private app/pw combo.And low and behold - I can Product.all and...
View ArticleJosh Larsen commented on API Webhook IP whitelist?
So you're telling me that it doesn't matter if I let the entire world into our internal testing web servers? I beg to differ on this point. Usually API callback systems that do calls out to their...
View ArticleChris Saunders commented on API Webhook IP whitelist?
We don't guarantee what IPs webhooks will come from, no. The current IP(s) aren't likely to be changed soon / often, but we don't recommend locking to those IPs and we don't currently support doing...
View ArticleScott Francis commented on JS API issues [serious issues]
Hi Rui,Just wanted to let you know that we've resolved this problem. Sorry for the inconvenience!scott
View Articlermleitao commented on JS API issues [serious issues]
Hi Scott,Thank you so much for looking into this and letting me know.Great work :)Cheers,Rui.
View ArticleJosh Larsen commented on API Webhook IP whitelist?
Thanks for the info Chris. While not ideal, we will make adjustments to compensate.
View ArticleHow to create Metafield for Product via the console. by Douglas Rogers
Hi. I'm fairly new to the ShopifyAPI and I have been using the console to play around tweaking and editing attributes and such for my dev store, but i can't seem to be able figure out the syntax to...
View ArticleKevin Hughes commented on How to create Metafield for Product via the console.
To add a new Metafield you just set the metafields directly, so you can append the new metafield and then save. Here is a snippet that shows creating a new metafield:product.metafields = [{ :key =>...
View ArticleHelp with separating out "line_items" when pulling data into Zapier by Ryan...
I am currently using Zapier to import data from our Shopify Orders to our Salesforce. I am having a problem with separating out the different information fields within the "line_items". When I pull it...
View ArticleBug: API add product call fails with bad image url by Josh Larsen
When making a call to add a product via the API, we passed in a URL for the variant image that is inaccessible due to being behind our firewall. This causes the shopify API call to generate an error...
View Articlestandoutd commented on Help with separating out "line_items" when pulling...
Have you asked Zapier? Support is pretty fast. It looks like Zapier is concatenating all the line data into one blog of text. Not sure if they can do it so granular like you want. But its how Zapier is...
View ArticleRyan Emmons commented on Help with separating out "line_items" when pulling...
Thank you for the help! I will get in contact with them.
View ArticleHow do I know if a user has declined a recurring charge? by CyrilG
When I create a recurring charge the recurring billing post request /admin/recurring_application_charges.json, I redirect my user to a confirmation page. But whether the user approves or declines, he...
View ArticleCyrilG commented on How do I know if a user has declined a recurring charge?
Nevermind, I have to call the /admin/recurring_application_charges/455696195.json and check the status
View ArticleHunkyBill commented on How do I know if a user has declined a recurring charge?
Why would you make a call when you're handed the status result? If they declined the status tells you declined. The confirmation callback is the right place to check for both situations.
View ArticleIntegrate Articulate Online API with my Shopify site, HELP!!! by Oscar
Hi all,I have a site www.cardiorhythmsonline.co.uk and just got access to Articulate Online API, so once a customer buys an e-Learning module from my site it automatically adds the customer...
View ArticleEric Chow commented on Different behaviour between refund an order with gift...
Anyone can help with this?
View ArticleUpdates of orders seems a bit sluggish. by IEX Integration
Hi my name is KentI'm a programmer and working with a local shop here in Denmark, where I'm transferring orders from the shop to an ERP system, how ever updating orders by save note or other seems a...
View Article