Xiang Yu commented on Migration to OAuth – February 15th, 2014 Deadline
Hi. Our Shopify theme in our shop works with our backend services hosted elsewhere. The backend services are using our sites private api key to access Shopify api in HTTP basic authentication. We...
View ArticleUnderstanding logic of example order and where Tax is applied by development...
Hi,Working on importing Shopify orders and trying to mimic order data inside our app:I'm trying to understand how tax was calculated and which line items have tax from the JSON data.Look at the json...
View ArticleWebhooks for address check and tax update by C5C6
Hello!I've been looking over nthe API docs and found no clear info about this.¿Is there a webhook that would allow me read and change the address a customer has typed?¿Is there a webhook that would...
View ArticleLogic In Search Results by Cam
Hi,Does anyone know of the limitations to liquid controllers in search results? I have searched high and low for any clear information, and have not been able to find any.Some logic seems to work in...
View ArticleConfused about private apps by Avi Block
I'm confused about where to start with a private app.How do I get my client to authenticate into it? I tried using the api key and shared secret, and hardcoding in my store, but I got an error stating...
View ArticleAleksandar Jakovljevic commented on Create Order with the API
Hi there,I created private app and I am trying to create simple order via the shopify API following the instructions found here:http://docs.shopify.com/api/order#createI am using the last example, and...
View ArticleAvi Block commented on How do you use Shopify to Auth private app?
I'm also interested in this. I tried oauth using my private apps shared secret and I got an error saying the app doesn't support oauth.
View Articlehj commented on How to register app in bulk actions?
I've tested it, but the correct "Admin page and link location" is called "Action Drop Down". Actually... Shopify added a small screenshot explanation. But as usual we developers don't read, probably...
View ArticleChris Saunders commented on Confused about private apps
You are just trying to use the private app for a single shop correct? Private Apps can only be used for a shop they've been created for.You can test this out by using curlcurl...
View ArticleChris Saunders commented on Webhooks for address check and tax update
All the webhook actions can be found hereThere appears to be one for cart information though I don't know if you can modify that cart or not.If an order is created you can modify the customer...
View ArticleShawn commented on Required parameter missing - Fulfillment Creation
Just as an update to this post, I have been using classic asp and am able pull information from shopify quite well via a proxy page.I'm still having the same issue with trying to POST information to a...
View ArticlePUT Asset API error by Antoine Chkaiban
Hi everyone,I'm trying to do a put request to change my layout/theme.liquid template (I'm actually just adding a script to the head).As explained on this page (http://docs.shopify.com/api/asset), I'm...
View Articlejobiho commented on PUT Asset API error
Hi Antoine,your request looks fine!Have you checked your access rights?
View ArticleAntoine Chkaiban commented on PUT Asset API error
Hi Jobiho,Thanks for taking a look!I have indeed checked my access rights. I added write_theme to the oauth scope during app install. Is that what you meant or is there anything else I could do to...
View Articlejobiho commented on PUT Asset API error
Hi Antoine,are you requesting 'write_theme' or 'write_themes'?Modifying 'layout/theme.liquid' should be no problem even if the corresponding theme is the main theme ;)
View Articleautomatic fulfill without sending out an email by Jennifer de Klaver
I am integrated with a fulfillment house that sends out a shipping email with tracking. I want it to show that the item has been fulfilled but if I click the auto fulfill box it will send out an email....
View ArticleAntoine Chkaiban commented on PUT Asset API error
Hi Jobiho,I am indeed requesting scope=write_customers,write_themes. If I had it wrong I wouldn't have had the read access anyway, and wouldn't have been able to get the theme ID from the GET request...
View ArticleMailChimps Chimpified vs Sendy by KFE
Hello, We recently switched from MailChimp to Sendy for multiple reasons, mainly cost but our biggest problem at the moment is sending new user details for completed orders to Sendy. I'm just a bit...
View ArticleKFE commented on MailChimps Chimpified vs Sendy
Sendy has a real simple API and my choice of language is PHP. Would I just setup a PHP script as a cron job that pulls new orders from my page and forward that info to the Sendy API or?
View Articlestandoutd commented on MailChimps Chimpified vs Sendy
You might want to look at Zapier. We use it for a number of reasons. Really amazing how simple it is to get data from one system to another. We use it with Shopify to add each customer to Desk, our...
View Article