Obsure (but serious) bug with Shopify on iPad / Safari by Nick Majors
I've come across a really frustrating bug that seems to affect any and all shops when viewed on an iPad with the default Apple SAFARI browser.Most "reported bugs" (eventually) turn out to be problems...
View ArticleNick Majors commented on Obsure (but serious) bug with Shopify on iPad / Safari
Here is a link to an image/screendump for those who don't have access to an iPad.http://imgbox.com/O9AAywfw
View Articleshopify_app per-user permissions scopes by seb
I'm using shopify_app ruby on rails library and I would like to have app permissions set on a per-user basis. So the user can choose which records I'm allowed to read e.g. only read_customers,...
View Article"Options" error when creating product via POST by Ryan Marshall
Hi everyone,I've been trying to create products via the API all afternoon and am constantly receiving this error:{ errors: { options: ["is invalid" ], name: ["can't be blank","of Option is not unique"...
View ArticleShopify WebHook API by Ngoc Tran
I use the methods in the documentation to create a webhook for the app/uninstalled event. However, although the response from the API is 201, I can find the WebHook configuration under my store account...
View Articlehj commented on NEED TO CREATE A GLOBAL VARIABLE
Yes, you can add a metafield to the shop resource, which you access in every theme asset using the shop variable:{{ shop.metafields }}HJ
View ArticleJared Evans commented on verification of webhooks
Hey Shawn M. For reasons only known to Shopify, validating webhooks isn't a primary concern for the layman. You'll have to set the webhooks up via the API, this can also be done using a chrome...
View Articlenotify_customer flag on fulfillments is not working by Philip Mark Deazeta
I have added the notify_customer parameter on my Fulfillment requests but it seems that setting it to false still triggers the Shopify notification email to be sent out to my customers.
View ArticleTracking user visits via the API by bob
Is there a recommended way of tracking user visits via the API? There is a way to retrieve all users, products, and orders using Customer, Product, and Order resources. However, there does not seem to...
View Articleshaharsol commented on Application Callback URL - distinguish install from...
Mmm... if I am to follow this logic, then I also need to implement a webhook for app/uninstalled. Otherwise, if a shop uninstalls the app, then reinstalls it, and I in my server treat a known shop url...
View Articlehj commented on shopify_app per-user permissions scopes
Isn't it possible to use a dynamic scope instead of the configured scope in the OmniAuth initializer? For example by supplying additional scope params to the authorize_url method? But I'm not an...
View ArticleFulfillment Service - how to use it by Max
Hello everybody,We are developing a drop-shipping plugin for our clients in Shopify. We are now facing an issue of the stock updates during the product checkout process. As far as I can understand from...
View Articlehj commented on Custom inventory management with Nielsen book data
Hello Tim,yes it's possible to create products 'on the fly' (based on Nielsen data). May I have your email address so we can discuss the possibilities?HJhj.blok@sudoit.nl
View ArticleUTF-8 character POST via sandeepshetty's PHP->shopify issues by Jon Harsem
I can upload a product but the utf-8 characters aren't translated properly =\ I checked the http_build_query output:...
View ArticleBen Cox commented on UTF-8 character POST via sandeepshetty's PHP->shopify...
What are the headers you're passing with the request? I'm thinking this could be cause by not defining the charset as UTF8 in the headers. If you have done that though, I'll take another look
View ArticleBen Cox commented on Tracking user visits via the API
The best approach for this would be, as you said, to write your own Javascript that can be loaded into the storefront and thank you page via the ScriptTag resource. User tracking isn't included in the...
View ArticleBen Cox commented on "Options" error when creating product via POST
Ah, great catch! Also big thanks for posting what the issue ended up being - should be useful for others that get that error in the future.
View ArticleBen Cox commented on Fulfillment Service - how to use it
Have you set any of your products to utilize these Fulfillment Services? If not this would be the missing link between your store and your servers. The setting for this can be found in the Edit Variant...
View ArticleChris Saunders commented on Application Callback URL - distinguish install...
During login you can always grab the access_token. You can do this by not storing anything other than the token in the session and seeing how your app can still make API calls (for any session based...
View Article