Shopify makes extraneous requests to Custom Fulfillment_Service. by Colin Cyr
I've noticed a pattern of behaviour, described below, that I could only classify as "oportunistic validation", am I correct in this assumption? Or is it a glitch in the API? Or am I missing something...
View ArticleBen Cox commented on Inventory EDI update ono products.csv
It would definitely be possible to build an app for your store that would parse the CSV and update/create products using our Product API.However, if your POS system has an API of its own it might be...
View ArticleChris Saunders commented on Shopify makes extraneous requests to Custom...
It's because each time you are setting something it is causing a save. Since fulfillment processor and inventory manage can be different it doesn't necessarily mean that one requires the other. I could...
View ArticleRecomatic commented on Get notified when inventory_quantity changes after a...
I don't understand your comment as changes made to variants do trigger a product/update webhook:When a variant attribute (like price, variant title and even inventory_quantity) is modified using the...
View ArticleBen Cox commented on Shopify API call - Fulfillment returning 400: Bad Request
I'm not extremely familiar with C# (I think that's what it is) but for the post try specifying the content type in the header:request.Headers.Add("Content-Type", "application/json")I think this might...
View ArticleKevin Hughes commented on Shopify makes extraneous requests to Custom...
Hi Colin,Can you let me know what shop/test shop you are trying this out on? I'd like to have a look.Thanks!
View ArticleBen Cox commented on Questions Regarding using Pythong/Django to Build a...
1) Shopify has a very extensive API that is interacted with through json. Given that, the language we use for Shopify will have no impact on that language you choose for your Apps. Additionally, our...
View ArticleShopify Product Synchronization for Rails - ShopProductSink by Chris Saunders
Hello Everyone,About a month ago I kinda came to the realization that sometimes there's times you need to work with other aspects of the product that aren't really something you care about too much....
View ArticleKevin Hughes commented on Get notified when inventory_quantity changes after...
I would subscribe to the order/create webhook if you need to keep inventory in sync on your side.
View ArticleTerry Middleton commented on Should updating 50 Product Variants take almost...
Yeah, I can't seem to figure this. All I'm doing is reading all the variants and looping through each variant and then reading if that variant has a specific metafield. If so (which will always be...
View ArticleQuestions Regarding using Pythong/Django to Build a Shopify App by Hussien
NOTE TO THREAD ADMINS: Please do not delete this thread! I was given a really good answer by Ben Cox which I cannot see now and you went ahead and deleted for no good reason. Absolutely...
View ArticleMaarten van Grootel commented on Questions Regarding using Pythong/Django to...
Your post has not been deleted. It is still there, including Ben's response:...
View ArticleHussien commented on Questions Regarding using Pythong/Django to Build a...
The link was in fact not there until I posted this thread. I tested the link multiple times and even got my coworkers to confirm it and I tested it on my phone. Not sure what happened.
View ArticleHussien commented on Questions Regarding using Pythong/Django to Build a...
Thanks for the detailed response.
View Article400 Errors from API by Dave S
Hi,My app has suddenly started throwing 400 errors when trying to push orders back to Shopify. Has something changed today? There's been no changes to our code.Thanks,Dave
View ArticleChristian Joudrey commented on 400 Errors from API
Hey Dave,Can you provide us with the value of the X-Request-Id header for the request?It'll help us diagnose the problem.Thanks!- Christian
View ArticleDave S commented on 400 Errors from API
Hi Christian,Perhaps a silly question, but can I find that in the console somehow? I've just tried the following, and this also gives a 400:remote = ShopifyAPI::Order.find(order_id) remote.saveThanks,Dave
View ArticleMax commented on Shopify Error during products Import
Hi Chris, I've already fixed that issue. My custom fulfillment service was not available at that point. Sad though the error message didn't point me there.Thanks!
View ArticleChristian Joudrey commented on 400 Errors from API
Good question. I don't think there's an easy way to obtain response headers with ActiveResource. I found monkey-patch solutions on Google, but probably not worth the effort.If you can provide me with...
View ArticleDave S commented on 400 Errors from API
Hi Christian,The one that failed in the above example is 240467813.Thanks,Dave
View Article