James commented on Extract Traffic Data via API
Was a solution for this ever identified?
View Articlebob commented on Tracking user visits via the API
So there is no way to integrate any of the liquid variables?With liquid templates, you can display many variables like "{{ customer.name }}". Can any of that functionality be passed into ScriptTag?
View ArticleCam commented on Email to shop owner on customer registration
Actually, yes, that's true. You could probably use the auto responder to send yourself an email on each signup. I'm going to have to give that a try!Thanks.Cam
View ArticleBen Cox commented on Extract Traffic Data via API
Not yet, unfortunately, but it's something that we're looking into for the future. In the meantime you can look into Google Analytics as a good solution
View ArticleWalterP commented on Shopify makes extraneous requests to Custom...
Hi,As already pointed by Colin, I see as well requests every hour with an empty sku value.If I set in "Edit Variant" form my fulfillment service in "Fulfillment" and "Inventory policy" settings, as...
View ArticleKevin Hughes commented on Shopify makes extraneous requests to Custom...
In the hourly requests Shopify actually needs you to send all of your inventory information in the response. Presently this isn't in the docs and isn't clear from the request because the sku is simply...
View ArticleBest way to get product options? by Justin
Whats the best way to get product options. There doesn't appear to be an endpoint and don't feel recursing over all products collecting their options is adequate.
View ArticleCannot see metafields in product page by Ganesh Madras
Hello,I followed the instructions to create a new metafield from http://docs.shopify.com/api/metafield. I was able to create and I can see it listed under /admin/products/#{id}/metafields.json, but I...
View ArticleEric Boisjoli commented on Cannot see metafields in product page
Hi, the metafields are not shown by default in the shopify admin. There are a couple Chrome Plugins that allow you to see them in the admin. I like ShopifyFD by Freakdesign...
View ArticleGanesh Madras commented on Cannot see metafields in product page
Thank You for a quick reply. I will take a look into that extension.
View ArticleHow do you search for orders with JSON API? by HTee
I am an app in rails and would like to find all orders with a particular note value. I can't seem to find the documentation for the Shopify Order API for performing order searches.So far, I am able to...
View Articlehj commented on Best way to get product options?
Those options are stored within the product.options, for example:product = ShopifyAPI::Product.find(123456789) product.options.map {|o| o.name }HJ
View ArticleJustin commented on Best way to get product options?
Hi hj, Thanks for the response.That finds the options for a product. A product can only have 3 options. The store can have multiple options. I want a list of all available options. Only way i know to...
View ArticleBen Cox commented on Problem with saved customer search
Can you post an example of the request you're sending to create the search? Our docs were a bit ambiguous (fixed now, however) and I'd like to see how you were going about this
View Articlemetafields in product admin page by Ganesh Madras
Hello,Is there a way to add metafields to products and display it in the product admin page. I think its possible as Google Shopping app creates some metafields and shows them in the product admin...
View ArticleJason commented on metafields in product admin page
Any ideas how it can be done?Can't be done with apps. Google Shopping is an exception as it's a Shopfy app so they've adding support for those fields into the core. The closest I've come is the link...
View ArticleRemoving a shop from an app by Adeel Ahmad
We're developers and with an app and we removed a shop from our database, including the access token, before uninstalling the webhooks. So we still get hit with the webhook calls. Is there any way to...
View ArticleWebhooks not getting triggered when metafields are changed by Ganesh Madras
Hello,I have couple of metafields for my products and as I cannot see these fields directly on admin page, I am using ShopifyFD chrome extension or metafields2 app to change these values. I am trying...
View ArticleChris Saunders commented on Removing a shop from an app
Get the shop to reinstall the application and then with that new authorization you can remove the webhooks. They are scoped to application so you will see them.
View Article