Abhishek commented on Need information about api's of add cart and checkout...
1) So can't we add login option in our android app for customers? If yes then how?2) As per i know http://hard-graft-fake.myshopify.com/cart with cart unique token take me to the page of checkout if...
View ArticleSuper Discount Daily commented on Overwrite product in XML API
Hi Maarten,I started working on the json script, and for some reason create product is giving this error "{"errors":{"product":"Required parameter missing"}"I have been trying to figure out the error,...
View ArticleSuper Discount Daily commented on Overwrite product in XML API
By the way, the image src parameter is not valid, sorry about that I just realized it now - so I changed it to a valid image location, but still getting the same error...
View ArticleSuper Discount Daily commented on Overwrite product in XML API
Further update -I used the array option to create the json commands, so that took care of the previous error for required parameters.But now it is just throwing up a basic error"errors":"Error"and the...
View ArticleBergen Moore commented on Private App with Shopify Admin Links
OK, I think I get what you're saying. Build a "public" app but do not publish it. Set the App URLs to my (in this case) Ruby on Rails app: (only temporarily on localhost - is that a...
View Articlehj commented on Private App with Shopify Admin Links
Yes, during development and testing you can use localhost. You can even use a private or internal domain (for example myapp.dev using pow.cx).Only for testing App proxies you need a global reachable...
View ArticleMaarten van Grootel commented on Overwrite product in XML API
Can you try it without the metafield in the image? I'm not entirely convinced that you can create metafields on images right when creating a new product.
View ArticleShopifyAPI v2 for Python released! by Kevin Hughes
Hey App Developers,Today we released ShopifyAPI v2 for Python! The new version adds quite a few improvements, bringing it closer to providing the same functionality as our Ruby gem.Some highlights:-...
View ArticleKurt commented on Private App with Shopify Admin Links
I still don't see my question answered, however I could just be having a dense moment.I have a Store, but it is not linked to any Partner (although, I do have one - I never associated my Store to my...
View ArticleSetting product published date via Shopify API doesn't work properly by Jake Lin
When I set the published_at to a furture date by using the following JSON via Shopify product update API(https://ashop.myshopify.com/admin/products/product_id.json PUT).{ "product": { "id": 632910392,...
View ArticleChris Saunders commented on Setting product published date via Shopify API...
Products cannot be published in the future. A product is unpublished if the published_at field is null
View ArticleJake Lin commented on Setting product published date via Shopify API doesn't...
We can set the product to be published in the future if we use the Shopify Admin UI. But it doesn't work if we set it via Shopify API. Is it possible a Shopify API's bug?
View ArticleJake Lin commented on Setting product published date via Shopify API doesn't...
Thanks Chris, I just updated the return JSON, you can see Shopify returns the future date we set. And we can see the same date in the Admin UI as well.
View ArticleChris Saunders commented on Setting product published date via Shopify API...
Use publish_onAs you might be able to tell, this isn't documented on the API. As such, until further notice it's probably safe to assume that this feature is private, so it may change in the future....
View ArticleJake Lin commented on Setting product published date via Shopify API doesn't...
Hi Chris, Thanks you very much. That works like a charm.
View ArticleBest way to import historical data for an app by Rick Behl
Hi,We are starting to play around with creating some additional apps for our eCommerce businesses. We are most probably going to be using ruby/rails to interact with data in Shopify. As this app will...
View ArticleHunkyBill commented on Best way to import historical data for an app
This is a no-brainer. 10,000 orders in Shopify is downloadable in 40 API calls of 250 each. Since you get 40 API calls without hitting any limits, downloading 10,000 orders does not even require a...
View ArticleRick Behl commented on Best way to import historical data for an app
Thanks HunkyBill, I think I found the hack from Scott here: http://ecommerce.shopify.com/c/shopify-apis-and-technology/t/upcoming-change-in-api-limit-calculations-159710If you were importing a million...
View ArticleHunkyBill commented on Best way to import historical data for an app
That is a neat question. I think any one shop has a limit and that limit is per shop not per App. So if you decided to do many thousands of API calls you'd be blocking other Apps that wanted to play...
View Article