Maarten van Grootel commented on in lieu of
Just to be clear, are we talking about storefront, or admin pages?1) In the first case you an include your jquery logic in the liquid template files at the theme settings.2) In the second case your...
View ArticleCornelius Quiring commented on Export Shopify Blog posts to Wordpress Blog
Friendly bump in hopes of someone having an answer :)
View ArticleSameers Javed commented on Configurable callback url
Thanks for the reply.But atleast, Shopify can provide us an option to add some optional parameters when redirecting user for login and they should be sent back to us. That way, we can send some...
View ArticleHTTP_X_SHOPIFY_HMAC_SHA256 by Kevin Scheurs
Hi there,I noticed per http://docs.shopify.com/api/tutorials/using-webhooks#verify-webhook that this header is only sent for webhooks created through the API. Is there any way to add a default App or...
View ArticleBrandt commented on Shopify Location API Endpoint
I am interested in the location_id field as well. I'm hoping to see the location_id of each order so that I can see which location (different POS locations) a transaction took place. Brandon have you...
View ArticleFailed. Response code = 502. Response message = Bad Gateway. by Pedro Bre
Hi everyone, I'm having yet another problem with the API, I'm getting this error ('Failed. Response code = 502. Response message = Bad Gateway.'), when bulk importing comments, but thing is this error...
View ArticleMigration to OAuth – February 15th, 2014 Deadline by Blair Beckwith
Hi Developers,Shopify is continuing to grow, causing our concerns for security to become increasingly important for both our merchants and our developers. With this in mind, we are asking that you...
View ArticleMaarten van Grootel commented on Migration to OAuth – February 15th, 2014...
Also note, this only concerns the authentication process by external/public apps; private apps are not affected and can keep using Basic Auth to log into their shop.
View ArticleBradley Campeau commented on Pull product from my shopify e-commerce website...
Use the shopify designed product widget app.
View ArticleSMS Gateway Integration for India by Suraj Verma
Hi Folks,This is Suraj, one of Technical Support Engineer from Singtel-Shopify Support (India).One of our merchant want to use sms notification on his store.He is having Exotel as his internet...
View ArticleMetafields by mattywarr
Hi,How can we make a Metafield we've created in the API appear in the Admin interface?We installed the Google Shopping app (By Shopify) and the metafields that that app creates are editable in the...
View ArticleMetafields Unprocessable Entity by mattywarr
Hi,We are getting some errors when creating Metafields "Unprocessable entity". is there anywhere that documents the exact rules of the field requirements that are in place when making the request?We...
View ArticleGet deleted products by Olga
Hello,Is there some way to get products that are deleted since specified date?Our system downloads products from Shopify via API (GET /admin/products.json). To get them faster we download only products...
View ArticleChris Saunders commented on Get deleted products
You could integrate with webhooks instead which will inform you of events such as when a product is deleted. It's easier to implement and is puts less load on Shopify since it's push instead of...
View ArticleMaarten van Grootel commented on Get deleted products
Hi Olga,You can use the Events endpoint to retrieve that information. See http://docs.shopify.com/api/eventIn your case you would call: GET...
View ArticleChris Saunders commented on SMS Gateway Integration for India
Does their provider provide email SMS delivery in a manner similar to how Rogers or Fido do? Otherwise the integration into Shopify may require more work since the integration would be completely...
View ArticleHow To Create a Webhook in NodeJS by Samuel Ako
I am building a shopify app and need to be able to create a webhook within the application.I'm doing this using NodeJS, but all the client libraries i have found have either not implemented using...
View ArticleMaarten van Grootel commented on Shopify Location API Endpoint
Hi Brandt & BrandonThe endpoint for getting the Locations has been running in beta for a while now, and we're currently in the process of documenting it and making it publicly accessible. Shouldn't...
View ArticleMaarten van Grootel commented on Metafields
Unfortunately you can't yet. That app uses an internal system to generate these metafield fields, which has not been made publicly accessible. We might eventually open that up, but it is not on the...
View Article