Daniel Conway commented on Accessing Order Info on Product Page
Hi Ben,I don't fully understand your response. Can you be clearer? So this is possible with an app and without having to customize shopify?
View ArticleCharlesTop commented on Forloop on smartcollection, with 50 limit?
I wanted to note that the documentation is incorrect found at http://docs.shopify.com/themes/liquid-variables/paginate, , which is good for me. Essentially after reading a post on Stackoverflow which...
View ArticleDaniel Conway commented on Accessing Order Info on Product Page
Ben, any chance you could provide more clarity?
View ArticleArturo Calvo commented on 500 Error when loading the app for a shop with many...
Thanks Ben for putting us on the right track!This is a nice example that illustrates how to use paging.
View ArticleUsing temporary orders for cart calculations? by Stefan Hansen
Hi.We're building a mobile marketplace app, where the user checks out and pays from within the app.Since the api has no cart functionality, we're looking into using either the ajax api or permalinks,...
View ArticleRequest All Product Types by Eric Howard
Is there an API method call to get all Product Types in the system?
View ArticleHunkyBill commented on Request All Product Types
Unlike the front-end Liquid whereby the Shop resource defines all the types in a shop, you'll have to just iterate through all the products and build out your own list.
View ArticleEric Howard commented on Request All Product Types
I see, thank you. That seems really inefficient to iterate. Is it possible to limit product types to a pre-defined list?
View ArticleAPI Returning a 422 Unprocessible Entity When Trying To Mark An Order As...
Hi All,I've had a piece of order fulfillment code in place since August 2013 working well. It was written in C# using Colin McDonald's ApiWrapper for some parts of it.I'm sending:...
View ArticleEndpoint /admin/orders.json?customer_id=X returns no orders by Denny Swindle
I'm helping a client debug an issue. When we pull a customer profile using the API, we get the following back: http://cl.ly/image/2W3r101U3C2iBut when calling the /admin/orders.json?customer_id=...
View ArticleUsing Java to Build a Shopify App by Hussien
Hi there,We're looking to build a Shopify App pretty soon. My questions are: 1) Can we use Java/JSP to build a Shopify App? 2) Are there any Shopify API/SDK/Libraries that we can use?3) Do you have any...
View ArticleChris Saunders commented on Endpoint /admin/orders.json?customer_id=X returns...
The API documentation for customer is incorrect.You should be doing:GET https://domain.myshopify.com/admin/customers/CUSTOMER_ID/orders.json
View ArticleDo orders created using POS and Mobile apps include the "browser_ip"? by...
I'm curious about whether or not orders that are created via the POS or Mobile apps include the "browser_ip" information? So far it appears that they do not. Are there any plans to include...
View ArticleKevin Hughes commented on discounts
Presently there is no discounts API, there is one in the roadmap but I cannot say when it will be released.
View ArticleKevin Hughes commented on Using temporary orders for cart calculations?
Hi Stefan,The order creation api is intended for record keeping. For your app it sounds like you will essentially need to build your own checkout procedure and then send the order back to shopify for...
View ArticleKevin Hughes commented on Request All Product Types
This feature is currently in beta, send me an email if you would like more information. kevin.hughes@shopify.com
View ArticleKevin Hughes commented on API Returning a 422 Unprocessible Entity When...
Is that a POST request or a PUT? When we return a 422 we also return an error message added to the model explaining why it was unprocessible, can you access that data and post it here?Another note - we...
View ArticleCustomise Shopify's default Product Editing page? by rbleeker
Is there a way to customise the Product Editing page in the admin interface?Maybe via .liquid file or with scriptTags, as I'd like to remind the client to use the custom Product editing App, as it's...
View ArticleKevin Hughes commented on Using Java to Build a Shopify App
1. The Shopify API is a generic JSON REST API, in theory you can use any language to create an app and interact with Shopify.2. We provide and support libraries for Ruby and Python. There are plenty of...
View Article