MrGossett commented on ActiveResource::SSLError
Theo,I was experience the same issue. I was able to resolve it by editing the index method in HomeController like this: def index if Shop.where(:name => ShopifyAPI::Shop.current.name).exists?...
View ArticleMark Swedberg commented on modifying metafields using shopify metafields api
Hello HunkyBill,Thanks for your valuable reply. It helped me a lot.
View ArticleiOS app for our store in the Shopify by Victor
My customer has a store in the Shopify, and he'd like to build an native iOS app for "end-users" with this functionality:- Browse products- Add products to cart- Checkout & pay Is this possible to...
View ArticleAdam Harrison commented on iOS app for our store in the Shopify
Theoretically, yes, but there are some security issues. You could create an app that could read collections and products, which wouldn't be so harmful in and of itself, but the app would still be able...
View ArticleProduct variant adding by JacoRoux
Hi, I am adding a product variant with the API, I get an ID returned for the variant, but when try to retrieve the variant, or even if I look in the shop, the variant is nowhere to be found.Is there a...
View ArticleChris Saunders commented on Changes for August 21'st API update
No. It'll be an attribute on the order object itself.
View ArticleNeed some start help creating an app by Claes Gustavsson
I wonder if somebody would be willing to help me with some basic questions about creating an app via my email instead of here at the forum?If so please mail me at info@manmade.seThanks.Claes
View ArticleChris Saunders commented on Need some start help creating an app
It would be preferable to keep the conversation on the forum such that if someone else has another question they can actually see the answer.What in particular are you having a problem with when trying...
View ArticleShawn commented on JSONP error
Wow okay. Um this is way out of my league. I noticed that support for the XML API is being depreciated. How long until the XML API goes away for ever?
View ArticleClaes Gustavsson commented on Need some start help creating an app
Hi ChrisI guess I´m missing something big here, but I don´t understand what an app is, is it just a .liquid page or set off .liquid pages?Am I suppose to rebuild the shop I created, to an app?And where...
View ArticleChris Saunders commented on JSONP error
That I don't know. The deprecation warning is more there since if future changes cause the XML to break we don't really intend on fixing it.Working with JSON is pretty simple, and it's a far lighter...
View ArticleShawn commented on JSONP error
I'm up for the challenge regarding JSON and JSONP. Do you know of any good online tutorials when it comes to using a proxy?
View ArticleHow quickly should the API respond? by Ashley Kennerley
Hi, i'm building my first Shopify shop and am working on a bulk uploader using the ohShopifyAdapter PHP library.When I create a product like so: $products = $sc->call('POST', '/admin/products.json',...
View ArticleHunkyBill commented on How quickly should the API respond?
Maybe you have a slow server? Maybe your server is connected to the Internet on a slow network connection? Maybe a router between your ISP and the Shopify server farm is slow? That is Internet...
View ArticleAshley Kennerley commented on How quickly should the API respond?
Thanks Bill. It's on a fast dedicated server, no problems on the network connection with any other sites. I'm benchmarking by doing 10 calls in 15 seconds each time.If there's no artificial delay on a...
View ArticleHunkyBill commented on How quickly should the API respond?
I would not worry about delay. It is acceptable in API based computing to experience delay. If you use other API based services you'll see that responses can take anywhere from 300ms to 1500ms to...
View ArticleCharlie commented on Need some start help creating an app
You can do all those things (edit theme.liquid, add javascript file to shop assets, and let shop owner upload five images to the theme) without the use of an app. Just go in the theme editor and edit...
View ArticleClaes Gustavsson commented on Need some start help creating an app
Thanks CharlieBut I want to make an app out of it, not only to use in my test shop.Where do I start?
View ArticleAdam Harrison commented on Need some start help creating an app
Hi Claes,An app is an application, written in whatever language, sitting on a web-facing server that you own. It interacts with Shopify via their web API. There are a bunch of bindings for interfacing...
View ArticleClaes Gustavsson commented on Need some start help creating an app
Hi Adam and thanks a lot.Ok I thought that it was .liquid files that was upload to shopify, packed as zip files and executed when somebody installed the app :-)So I can use my microsoft server,...
View Article