Carrier Service API is calling my shipping rate endpoint but not getting my...
Hi, I have been debugging this but can't find anything in the API docs that address such a problem. I am creating a shipping service using the carrier shipping API. I am able to install the app and...
View ArticleAzwar Khalid commented on How to debug 'no Delivery Rate available' when...
Hi All, I have read through all these details but I am still stuck here. I can see that Shopify is sending a request to my shipping rate provider callback url which returns a mocked up response just...
View ArticleHunkyBill commented on Carrier Service API is calling my shipping rate...
You are not providing any dates. Without dates Shopify cannot calculate the business days to delivery. Hence you are not returning enough information. For testing purposes, you will need to try a LOT...
View ArticleAzwar Khalid commented on Carrier Service API is calling my shipping rate...
Thanks for the tip Bill. I already had the shipping dates initially and it still wasn't working. I just put it back in: http://178.62.16.155/shipping-rates.php {"rates": [{"service_name":...
View ArticleAlex Monaghan commented on Fulfillment service callback_url
Just been pointed over the forums by support for the same question.It seems odd that you don't return the entire setup info via the API. I've just had an issue where the customer's shop wasn't calling...
View ArticleMarco Mancinelli commented on SOLVED - API connection problem
I did some tests and I saw that the problem of internet explorer is misleading. The problem seems to ralativo to an error in the process of verifcation of the certificate on the server w2k3. searching...
View ArticleJordan L commented on Auto Generate Discount Codes for Mailchimp Autoresponder
I looked into this today, and from what it seems don't hold your breath on this coming any time soon. I've compiled a list of hacks to provide this functionality and a full list of all the threads I...
View ArticleJordan L commented on Discount API
I looked into this today, and from what it seems don't hold your breath on this coming any time soon. I've compiled a list of hacks to provide this functionality and a full list of all the threads I...
View ArticleMassaad commented on Webhook contents?
Hi there Thomas,The full details are in our API docs here: http://docs.shopify.com/api/webhookBut honestly I learn by doing and reading best so I always just set one up from my own store to go to...
View ArticleAnnouncing new API library for the R language: shopifyr by Charlie
I have recently published a new library for the Shopify API written in the R language. For those who don't know, R is the de facto language for statistical analysis of data. The R package is called...
View Articleawd commented on Webhook contents?
Its safe to assume relevant data for each webhook would be similar to the data you see when you GET the same type of resource. For example, an Orders webhook data, should be similar to what you would...
View Articleawd commented on Developer Wanted
Hi Michael, please refer to our Experts section.http://experts.shopify.com/developers
View ArticleSimon Wadsworth commented on Auto Generate Discount Codes for Mailchimp...
+1 on this! Along with all the others Jordan has kindly compiled together.
View ArticleSimon Wadsworth commented on Discount API
+1 on this! Along with all the others Jordan has kindly compiled together.
View ArticleSimon Wadsworth commented on discounts
+1 on this! Along with all the others Jordan has kindly compiled together.
View Articlejahbrewski commented on discounts
+1 on this! Could really use this functionality. What is taking shopify so long on this?
View Articlejahbrewski commented on Auto Generate Discount Codes for Mailchimp Autoresponder
"Our API is just being finished up, but it should support this type of behavior when launched.Cody - Current Shopify CTO - 2008. " -- So this feature is only 6 years late...
View ArticleRender app proxy response without layout by Andrew
Hello,I am using Application Proxies in my Shopify app and have run into an interesting issue.I have a need to render the liquid from certain application proxy responses in the store without using the...
View Article