Aaron Mashburn commented on Adding new variant option via api
I tried breaking up the request; first sending the product info with the new option, then updating the variants using 'PUT', '/admin/variants/#{id}.json. The product update is successful, but the new...
View ArticleTony Culshaw commented on Custom inventory management with Nielsen book data
Happy to quote/discuss this. I have in progress already a more complex product "live load" based on a complex quoting system around measurements/dimensions, so an external lookup via ISBN is actually a...
View ArticleHTee commented on How do you search for orders with JSON API?
My current work around is to tag my special note in tags instead of in the note field.https://user:pass@yourshop.myshopify.com/admin/orders/search.json?query=tag:blue
View ArticleAdmin products search [API] That action is not currently supported by HTee
I want to make JSON requests for admin products search. I am getting '[API] That action is not currently supported' when I try to access this json api through curlcurl -H "Content-Type:...
View ArticleRyan | Add to Cart Apps commented on Adding new variant option via api
Aaron,Ignore all that I completely read your question the wrong way.Thanks,Ryan
View ArticleRyan | Add to Cart Apps commented on Adding new variant option via api
Aaron,I just tried doing this against the API and had no issues. The only difference I can see between your request and mine is that I'm not using an ID or defaultValue on the new variant...
View Articlehj commented on Best way to get product options?
I see, however as far as I know there's no method to retrieve all options. However you can retrieve 250 products at once using one API call (/admin/products.json with limit set to 250) and map the...
View ArticleHunkyBill commented on Best way to get product options?
This is hardly a scaling challenge. A store with 100,000 products takes 3.5 minutes to download and at that point it is nothing more than building a hash of options. Since we now have computers doing...
View ArticleZvika Zisser commented on Problem with saved customer search
POSThttps://stdm-test.myshopify.com/admin/customer_saved_searches.json{"customer_saved_search":{"query":"accepts_marketing:1 last_order_date:>2014-3-7...
View ArticleHTee commented on Admin products search [API] That action is not currently...
I ended up following this post to authenticate with cookies to access the admin api.https://ecommerce.shopify.com/c/shopify-discussion/t/importing-products-with-curl-4111
View ArticleApp Store and Billing API by tom n
Reading up on the Billing API and RecurringApplicationCharge. I think I get that and how we can initiate the process of getting someone onto a recurring plan from within our app. What I don't see...
View ArticleKevy Kid commented on API Product/Variant Search
We're running into this exact issue. Is there a setting we need to enable for this functionality to work with our store?
View ArticleHunkyBill commented on API Product/Variant Search
I cannot believe there has ever been an API endpoint that answers the bell on a variant's SKU value as a search criteria. Would be neat if it existed...
View Articlehow create and post orders and transaction using api by William Staunchire
hi i am new for this api .pls suggest me how create or post orders using api.1.how create order and transaction2. what i have to use json or xml
View Articlehj commented on App Store and Billing API
Hello Tom,install from the App Store and Billing are two separate processes. Both processes should be initiated from within your application (either desktop- or webapplication).First you start the App...
View ArticleKevy Kid commented on API Product/Variant Search
We were able to make a get request tohttps://mystore.myshopify.com/admin/variants/search.json?query=sku:HELLOWORLDon a number of stores and it worked just fine. On others it did not however. We're...
View ArticleHow to find Product Images depending on the Alt tag? by Crimbo
I have been able to set the Alt tag when uploading an image to a product, via an html form.images = params[:images] || nil if images images.each do |image| a = ShopifyAPI::Image.new a.prefix_options =...
View Articletom n commented on App Store and Billing API
Thanks HJ. The pieces are starting to come together for me. However I'm still a bit hazy on how this works from the App Store side. For example, let's say a Shopify merchant is browsing the app...
View ArticleCreate hidden product by someone
Hi,I am trying to create a hidden product using the API.I send the following POST request:POST /admin/products.json HTTP/1.0 Host: https://XXX.myshopify.com Content-Type: application/json;...
View Article