Kevin Hughes commented on How do I add automatically a remarketing tag?
You can edit the shop's theme via the API that might get you what you need. Check out these docs here:http://docs.shopify.com/api/asset
View ArticleKevin Hughes commented on "Unprocessable Entity" error while creating...
When we return "Unprocessable Entity" we also add errors to the model you tried to save. In ruby the what you would see in the console is that calling save has failed and if your then print...
View ArticleRyan | Add to Cart Apps commented on Register New Fulfillment Service
Andy,For our apps we sort of have an install process that will run through the list of features the app requires so it will register all webhooks, carrier services, fulfillment services as soon as the...
View ArticleAndy commented on Register New Fulfillment Service
Thanks Guys. So would you setup a install end point to the app myapp/install and set this as the url call back in the app config?Im just not sure how to make the API calls to setup a new fulfillment...
View ArticleKevin Hughes commented on Register New Fulfillment Service
I would do it in the function that gets your permanent access token. As soon as you have your token setup the other things you need. It really depends on the way you have organized your code though.
View ArticleRyan | Add to Cart Apps commented on Register New Fulfillment Service
So your install flow goesapp.domain.com?shop=xxxxx -> Starts auth processapp.domain.com/?code=xxxxxx&signature=xxx×tamp=xxxx&shop=xxxxSo as soon as you receive this code endpoint...
View ArticleThe Higher Culture commented on Migrating Squarespace Blogs to Shopify?
Hi Max,I'm definitely on board with the new version! let me know what you need from me.
View ArticleThe Higher Culture commented on Migrating Squarespace Blogs to Shopify?
Hi Kevin,I had already talked to someone via shopify's online support but they didn't think there was any way to do it.
View ArticleAndy commented on Register New Fulfillment Service
ok thanks Ryan, I think im getting my head around how this will work and the installation flow.
View ArticleKevin Hughes commented on Migrating Squarespace Blogs to Shopify?
Sorry my response wasn't totally clear by shopify expert I meant to hire a developer to build the solution from here: http://experts.shopify.com/
View Articlehow enter authorization valid order and transaction usgin api? by...
if i entered order and transaction details through api but i cant do valid transaction and als i cant do further transcations.That's mean once entry the orders i want again put transaction details...
View ArticleLuke skywalker commented on Creating webhook for Uninstalling an Shopify App...
Hey Ryan..Thanks a lot.I finally succeeded "Registering a app/uninstall webhook" in my shopify app.I took reference from Cakephp Plugin for Shopify App. It was worth a experience. :)Thanks for your...
View Articlehj commented on Upload Files via API
Shopify does have a /admin/files.json endpoint, maybe using trial and error you can discover how to use this to upload new files. However this endpoint might not be available using OAuth.Also uploading...
View ArticleMax Rice commented on Upload Files via API
@HunkyBill - I thought that assets were tied to the active theme so if the customer changes it or removes it, they'd lose their blog images, no? It's definitely an option but it seems like a bit of a...
View ArticleHunkyBill commented on Upload Files via API
Good point. Substitute files for assets and you're set. Thanks HJ for bringing out the distinction.
View ArticleNchannel and Shopify's product update Wehbooks by Recomatic
Hi,We have a customer that uses our recommendation widget in a setup where he uses Nchannel to synch images between his inventory management system and his shopify store.From time to time, we noticed...
View ArticleShopify demo application shop orders access by Hristo Antov
Hello,We are currently developing a shipping application, that will allow, at the end of the checkout process, the customers to choose an office their package to be delivered if the shipment is made...
View ArticleMax Rice commented on Upload Files via API
Ah no dice, there's no files scope for OAuth:GET https://redacted.myshopify.com/admin/files.json HTTP 403 Forbidden: {"errors":"Scope undefined for API access: files. Valid scopes: content, themes,...
View ArticleAccessing Order Info on Product Page by Daniel Conway
I am working with engineers to have an app built that allows me to manage inventories of my products based on vendors, not just variants. So for example I would be able to set a max for Vendor Bob...
View Article