The redirect_uri and application url must have matching hosts by Joseph Anderson
Hi,I am using the .NET Shopify API:https://github.com/robconery/ShopifyApiWhen I try an use OAuth, I get this error:Invalid request: The redirect_uri and application url must have matching hostsHere...
View ArticleJoseph Anderson commented on The redirect_uri and application url must have...
Never mind I got it here: http://stackoverflow.com/questions/13181880/shopify-api-using-php-redirect-uri-and-app-url-must-have-matching-hosts-of-mysh
View ArticleSafari Push Notifications by Derek Lucci
Hi there,I was wondering if there is any word on if we are able to implement Safari push notifications into a shopify website? Since the website is hosted on Shopify, is there a way to implement this...
View ArticleWant to create metafield for a customer when he logged in by Developer
We have integrated Chargify App in our shopify store (https://stylerival.myshopify.com/) and its working fine but there is issue that we want to create a metafield for a customer who subscribes our...
View ArticleDeveloper commented on How to create a metafield on shopify site using api
Can you send me link for PHP Programming language so i can use that api and how can i integrate that in Shopify apps ?
View ArticleMaarten van Grootel commented on How to create a metafield on shopify site...
You can learn more about the API here: http://docs.shopify.com/api and some PHP plugins that use the API can be found here: http://docs.shopify.com/api/libraries/php
View ArticleChristopher Nies commented on Shopify Django oauth Error: Oauth not supported...
Hi Andrew! I'm having a heck of a time with Shopify's Django app as well.This, I believe, is an issue with the Shopify API module for python. If you go here...
View ArticleChris Saunders commented on Safari Push Notifications
If you want you can implement the push notifications as an application. From there you could control how and when notifications are sent out to your customers.
View ArticleChris Saunders commented on Want to create metafield for a customer when he...
I am not certain how the Chargify app works, but if you can capture a webhook from Chargify and perhaps correlate information from there you can probably find the related customer and attach the...
View ArticleChris Saunders commented on Shopify servers returning intermittent error...
A shopify App is just an API consumer. If you can look through your logs there is a chance you can provide us with request IDs. Otherwise if you can tell us the public key for your Shopify App that was...
View ArticleChris Saunders commented on Private App - Next Steps
You need to integrate with an OAuth library to take care of most of the handling for you. Also sign up for a partners account and use an application through there instead of a private API key that...
View ArticleDerek Lucci commented on Safari Push Notifications
Thanks Chris. Would this be implemented the same way that Apple documents it? I am asking since running a site on Shopify is different than a normal private server. Thanks again!
View ArticleChris Saunders commented on Safari Push Notifications
You'd just have your own server that receives events from Shopify (or is driven manually) that is responsible for sending out the push notifications. It would be something like this:Shopify --...
View ArticleChris Saunders commented on custom API calls
You include it as a query parameter in your request. The API documentation covers this.
View ArticleApp Banner Image not appearing in the shop by Jeronone
I have created a test app. I have uploaded the app icon in the partner's dashboard account under app settings. But the image is not appearing in the stores where i installed my app.Do i have to upload...
View ArticleNew app using API by AtoZ Special Offers
I am trying to create an API for uploading products into my shop. I have the simple JSON script from the API docs below:---------------Create a new product with the default product variantPOST...
View ArticleCustom Pages in Admin Section by Wasca
Hi GuysI'm new to Shopify and I'm trying to gauge if this product and its API apps engine is going to allow me to do what I want.PART 1I need to have new purchases from the store send information...
View ArticleAndrea Birri commented on Login with facebook
Social Login is nice, but....$50 to put script on websites ? Can't write a free guide to make it ?Thanks.
View ArticleMaarten van Grootel commented on Custom Pages in Admin Section
Hi Wasca Thanks for trying out Shopify! As for your questions:1) Yes, you can do that with the API and with webhooks. The webhooks works as a push model, so when something happens, like the creation of...
View Article