Antoine Chkaiban commented on PUT Asset API error
I tried the exact same second example (http://docs.shopify.com/api/asset) but I still get a "not found" error.Would anyone have a clue about what I'm doing...
View ArticleNeil Costford commented on Update tracking number for a fulfillment
Huzzah! Congrats, Jana, and good luck on all your future coding!
View ArticleAntoine Chkaiban commented on PUT Asset API error
Found the answer.I wasn't specifying the header 'Content-Type: application/json'
View ArticleKFE commented on Invalid request: Could not find Shopify API application with...
thanks Kevin, I was receiving that error because I did not have the correct data in the appsettings database. I've gotten past that step but now i'm getting "The application cannot be loaded, please...
View ArticleKevin Hughes commented on Invalid request: Could not find Shopify API...
Sounds more like problems with getting setup using the PHP library, good luck!
View ArticleCreate Webhook Bad Request by Robert
Hello everyone,I have been using the API to create Blogs and other entities from localhost. I'm trying to create a webhook but no matter the type of webhook. i'm getting "The remote server returned an...
View ArticleRobert commented on How read web hook in .Net
Does anyone know how to create a webhook with .Net I keep getting bad request back. The webhook gets seems to be fine but post fails. Any help would be appreciated. Thanks
View Articlehj commented on in app purchases possible?
Hello RS,yes, Shopify App's can support in-app purchase. Shopify calls them ApplicationCharge (one-time) and RecurringApplicationCharge (subscription). You can issue as many ApplicationCharges as you...
View Articlehj commented on Determine Shop To Which Fulfilled Order From Webhook Belongs
Hello,I'm not sure, but doesn't it include a shop param in the url? In other words, doesn't a webhook POST to:https://my.webhook.com/orders?shop=some.myshopify.comHJ
View ArticleSamuel Ako commented on Determine Shop To Which Fulfilled Order From Webhook...
I was referring to webhooks created via the Shopify API which is a bit different.But I just realised that the url of the shop to which the order belongs does exist in the request header
View ArticleRS commented on in app purchases possible?
Thank you Matthew..if you can confirm what HJ said it would be great news
View ArticleRS commented on in app purchases possible?
Thanks hj !! for the response and links...this would make the design easier knowing this could be done...cheers
View ArticleRobert commented on How read web hook in .Net
Looks like its a malformed request. now to figure out whats wrong. {"error":"795: unexpected token at '{ webhook = { topic = product/creation, address = http://www.betterbuiltcode.com/, format = json }...
View ArticleRobert commented on How read web hook in .Net
Okay so It looks like for JSON I need to use below to serialize the JSON. I'm now getting "The remote server returned an error: (422) Unprocessable Entity." better than before anyway.. :) string json =...
View ArticleRobert commented on How read web hook in .Net
OKAY So it was a trailing "/" at the end of my "address" Property.... WOW. Thanks for the help with figuring out how to get the true error message from the server.
View ArticleThink Big Software commented on How read web hook in .Net
I think I was caught by that very same problem at some point! Glad I could help.
View ArticleChris Saunders commented on Create Webhook Bad Request
What was your API client ID? Also, did you request the correct permissions when the application was installed (only relevant if not a private app)?
View ArticleMatthew Buttler commented on in app purchases possible?
Hey RS!According to my apps team, there should be no problem doing what you want to do by using one time Application Charges. Matthew ButtlerGuruShopify Inc.
View Article