Tracking external users by Pat Allan
Working on a site that will have a store, and obviously the store will be managed by Shopify. We want to sell upgrades to users on our site, so we're looking for a way to connect purchases to our...
View ArticleChange the Partner Account and API key/secret for an Old App by Jeronone
How can i change the partner account for my ROR shopify app. DO i just need to create a new app and replace the API key and secret in my app files. But what about the refresh token? Will this effect...
View ArticleMatt Smith-Stubbs commented on Rails - Shopify_api
Hi Kilua,If you take a look at the API documentation there are a list of parameters supported:http://docs.shopify.com/api/product#indexThere's also an example on how to fetch all products in...
View Articlekilua gank commented on Rails - Shopify_api
Hi Matt Thank you so much for pointing me to the right direction..
View ArticleJames MacAulay commented on Change the Partner Account and API key/secret for...
There isn't any way of transferring an app from one partner account to another. You could create a new app on the new partner account, but then you'd have to get each of the app's current users to...
View ArticleJames MacAulay commented on POST Not Returning Expected Result
The URL you pasted has a pound symbol (#) before the order ID which should not be there. Is that the problem?
View ArticleIan Ryder commented on POST Not Returning Expected Result
Hi James,Many thanks for your reply.Right now I am not sure whether to “Laugh Out Load” or “Burst Into Tears”?? I have been looking at this for about 36 hours now with no results and never thought that...
View ArticleMassaad commented on Running the shopify_app on windows machine
Hello Manisekaran,Have you been able to run any other Rails or Ruby apps with this setup? It sounds as if your system is not configured yet to run this type of code yet.I do not personally have...
View ArticleShopify to Salesforce Integration Turns Up Empty by Patricia Lin
Hello:We are trying to configure our account with Salesforce. We currently use ShipStation as our fulfillment platform that pushes tracking information and changes the fulfillment status of orders...
View ArticleFrank Bouchard commented on Created Order in Shopify not showing in Shipwire
I am also having this same issue. The orders created via the api won't send over to shipwire even though the fulfillment services are set to shipwire-app. Orders created directly through the checkout...
View ArticleRemiB commented on Currency switcher displays symbol. How do I prevent that?
Hi Askel,Sorry for the variable name's mistake, damn minification!The problem now might be that you changed all the d's :) Only the first d (the variable name) has to be an "e". The other d's are part...
View ArticleJeff Lange commented on Modify existing fulfillment not working
Can any shopify admins please help me get this solved???
View ArticleJeff Lange commented on Modify existing fulfillment not working
Can you please help me Ben Cox?
View ArticleAPI: Updated orders are not coming in by Dmitry
Hello.I'm trying to get updated orders, but seems like this functionality is not working or I'm doing something wrong.Here is my query url : GET...
View ArticleRob Curry commented on API: Updated orders are not coming in
Based on your query you are looking for order which were created AND updated in the same time frame, is that correct?Surely, for updated orders, you just want to check the updated_at_min and...
View ArticleDmitry commented on API: Updated orders are not coming in
The point is that I need to check for both new and updated orders at the same time. Furthermore, documentation says that this is possible, but it is not working. Do I need to split this query into 2...
View ArticleKelly Bleck commented on Change state for a customer (Enabled -> Disabled,...
Has anyone discovered a solution to this problem? I really need to be able to update the customer to an "enabled" account, and send the invite email without (as you said is a horrible idea) deleting...
View ArticleDon AP commented on Change state for a customer (Enabled -> Disabled,...
Hi Kelly, I unfortunately spent a great deal of time emailing back and forth with Shopify support about how to enable customers in bulk and the answer was this feature is missing from the API by...
View ArticleHunkyBill commented on Change state for a customer (Enabled -> Disabled,...
I solved all these problems about three years ago. It comes down to scripting code, and scraping HTML using mechanize. It turns out that works like a peach. You can access the customers, change their...
View ArticleDon AP commented on Change state for a customer (Enabled -> Disabled,...
I concur with HunkyBill, which is why I think Shopify's attitude here is so stupid. They aren't preventing you from getting the activation URL's they are merely making it stupidly difficult and wasting...
View Article