Steve Barnes commented on Custom Collection Metafield API error
Thanks for your response.I've just submitted the...
View Articlerpw commented on Product Variant Metafields are not being updated on a PUT
I've hit this problem as well - been pulling my hair out for the last few days with updating a few metafields... It's a real PITA... Having to do so many api calls to get xyz is also a pain in the...
View ArticleFeedzai Inc commented on app/uninstalled webhook not being called
Bump. Is anyone else experiencing this issue?
View ArticleTom Davies commented on Product Variant Metafields are not being updated on a...
@rpw - I agree this is a huge PITA. I ended up just using this approach:1) For each product, select all variants 2) For each variant, select all metafields 3) Update each variant one at a time The API...
View ArticleJames MacAulay commented on Custom Collection Metafield API error
When you say "it went through OK but it doesn't seem to be saving the metafields," do you mean that it gave a 200 OK response but you can't find the metafield you just created? Or did it return some...
View ArticleDavid commented on Problem with Order API: Refund Not Working
Hey Marcio,I'm David with Shopify's support development team. There currently aren't any known issues with the order API. I'll contact you by email to and we can troubleshoot what's causing this...
View Articlesubuno commented on Problem with Order API: Refund Not Working
Hi David,We seem to be having similar issues but it seems to be more sporadic. Some orders can be refunded while others cannot. We are using the Python API. Could you contact me as well at ed@subuno.com
View ArticleMarcio Vieira commented on Problem with Order API: Refund Not Working
David, I got your email and replied to it. I noticed that the reply-to goes to the generic support@shopify.com email address, so I'm not sure you received the information I sent you. I had already...
View ArticleHunkyBill commented on Problem with Order API: Refund Not Working
@Marcio: Refunds are a new API option just released (officially) recently. How can you have been using an API call to refund things for a "long time"... unless by long time you mean a few months......
View ArticleMarcio Vieira commented on Problem with Order API: Refund Not Working
@HunkyBill: You're probably referring to the newer "Refund" API call. We've been using the "Order" API call, which has supported refunds through the "amount" URL parameter for a long time.
View ArticleHunkyBill commented on Problem with Order API: Refund Not Working
Ten four... roger that.
View ArticleBabak Morshedizadeh commented on Unable to create Product with one or more...
Did a bunch of playing around and found out what needed to be done. Thank you all for your support ;-)
View ArticleSteve Barnes commented on Custom Collection Metafield API error
I get a 200 response code but it doesn't seem to be adding the metafields. Before the metafields are added any previous ones are deleted first so there should be no conflicting issues with unique keys.
View ArticleProduct Page Customization by Jan Timmerman
Hi,I'm the owner of the website www.julienetjuliette.be which sells birth anouncement cards. At this moment, I sell my cards with the help of the product options app (from bold apps).But in fact, I'm...
View ArticleHow to get all the discount details created in Shopify from a .net...
Hi All,I am new to shopify and my development language is C# . I want to access all the discounts present in Shopify by calling the webservice . From my initial study I found that this API is not open...
View ArticleDave S commented on ShopifyAPI::CustomCollection.find(:all) does not return...
Just wanted to check if this had been seen. In my eyes, it's a bug, but I didn't want to raise a support query unnecessarily if it is just a 'feature'.
View ArticleNate commented on How to get all the discount details created in Shopify from...
Hi Uptal,Unfortunately, we don't offer a Discounts API right now. As the README.md in Martin Amp's Github repo states, that API wrapper isn't supported by Shopify, and as the APIs it accesses are...
View ArticleNate commented on Order list doesn't return some orders
Hi Yuriy,You will be able to see all orders with the GET /admin/orders.json API (see http://docs.shopify.com/api/order.html#index). By default, only orders with an 'open' status are shown, but orders...
View Articlesubuno commented on Problem with Order API: Refund Not Working
@David, any update on this? We have also been using the same method as Marcio for a long time as well. Nothing was changed on our end and it stopped working recently.
View ArticleRedirecting your app download to a website form by Emily Berkholtz
Does anyone know how to redirect the download link in the app store to connect to your websie to properly scale the app?
View Article