Shawn commented on Required parameter missing - Fulfillment Creation
I have a proxy page that is POSTING the data tohttps://XXXXX:XXXX@XXXX.myshopify.com/admin/orders/211985329/fulfillments.jsonAccording to the Shopify API, using a POST to that address should be enough...
View ArticleA rundown of how the flow would work for an app and admin functionality? by...
Can someone explain to me the technology stack that would be used to do the following two things? 1) Let's say you wanted an "archive" option added to products. Right now there's visible/hidden. You...
View ArticleJoe Refoy commented on [API Deprecation Notice] Fulfillments --...
I use Postman for Chrome. It's been really handy to test out the API.
View Articlepss commented on Implementing shopify API in JAVA - Returning response status...
Yes, I too suspect that problem lies at some lower level.Either some SSL needs to be implemented or code is parsing URL in such a way that Shopify server/API is unable to understand it.I'll look into...
View ArticleDan Carr commented on Using Mandrill to mail abandoned carts
Did you ever figure this out? It would be amazing if there as a way to use Mandrill for all Shopifys transactional emails. New customers, order receipts, abandoned carts etc etc i looked services like...
View Articlecoupon codes? by KFE
hello, i understand we are unable to create coupon codes at this time, but what about fetching info related to existing coupons? I would like to fetch a code and how many times it was used.
View Articlesam commented on Can we create any database, table or column on shopify end...
Hi, Is it possible to do a design center with shopify similar to this site http://teespring.com/design#!/zej/0/and save the design(values) in mysql database and integrating cart with it.Thanks in...
View ArticleIgnacio Gutierrez commented on Recommended library for multithreaded ruby...
We've hit the same point with Viralica, and started a new gem: https://github.com/kitop/shopify_clientHope you can give it a try. Feedback and Pull Requests are welcome!Best.
View ArticleRyan Foster commented on Can we create any database, table or column on...
Hi SamYes, that's possible. You would need to create a private app and then integrate with Shopify via the API (as mentioned earlier in this thread). Here is a similar app we created a few months ago...
View ArticleKim Eriksen commented on Using Mandrill to mail abandoned carts
Hi Dan,No, we only needed the abandoned function which Shopify release just after I posted this./Kim
View ArticleRecomatic commented on Upcoming change in API limit calculations
I still don't get why making sure that the call limit is respected is not something that is handled by the shopify_api gem and the like.I'd like to hear what Shopify folks have to say about that.
View ArticleChris Saunders commented on coupon codes?
No you cannot interact with the discount code API whatsoever
View ArticleChris Saunders commented on App approval/review time?
It was the holiday season, there is a very good chance the reviewers were away on vacation. Now that it's back to business as usual it should be reviewed soon.
View ArticleLink Lists by jobiho
Hi,I would like to know if there is any chance to get read access to the link_lists."admin/link_lists.json" unfortunately returns a 403.
View ArticleJason commented on Link Lists
Why do you need it? You can get all link lists with liquid so you could create your own link list json output without have to gain access to admin/link_lists.json
View Articlejobiho commented on Link Lists
Hi Jason,not sure what you mean by "you could create your own link list json output "I need to access the link_lists via the API for an app that I am working on.
View ArticleRyan Starr commented on Which Developer wants to make some $$$ ???
Chris, You are more than welcome to reach out to me in other ways, as I am still not convinced that we are on the same page here. Can you please explain to me the 'specialized features' that I am...
View ArticleChris Saunders commented on Which Developer wants to make some $$$ ???
If there is a new API that fedex has rolled out for different rates then there is a good chance we aren't using it. Alternatively, these fedex APIs sometimes need additional information in the API...
View Articlejobiho commented on A rundown of how the flow would work for an app and admin...
Hi,I do not exactly understand your requirements but:1). API docs: http://docs.shopify.com/api2). Your app should push the data
View Article