API Returning a 422 Unprocessible when trying to Capture a payment for an...
Hi,I'm creating an order by using API without any transactions and setting its payment status to pending. Then, I try to update the order's payment status to paid. To do this, I'm trying to POST...
View ArticleJason commented on Is it possible to hide product variants from public display?
Jason, how exactly do cart permalinks result in an inventory issue? By adding a hidden product (published_at to null) via a permalink I would have expected the "inventory issue" message to show. Not...
View ArticleUnable to post a multi-byte meta field by Derek Dukes
I have been able to call the API to post meta fields in English and French, but the call fails when it comes to Chinese character meta fields. It always returns the 422 error. I do not have such...
View ArticleIntegration with Microsoft C5 by mckeene
HelloIs there some easy way, such as an app, that integrates Shopify with Microsoft C5?Cheers
View ArticleChris Saunders commented on OmniAuth, confused over Register vs Login
You shouldn't be losing anything and the user shouldn't have to re-authorize your application.Take a look at how authentication works in the example Google Trusted Stores repository to see how things...
View ArticleChris Saunders commented on Is it possible to hide product variants from...
Oh... I thought they were still accessible even though they aren't publicly visible.I'm curious to know if that's a bug or not. It should be related to inventory not visibility.
View ArticleChris Saunders commented on Fulfilment app
1) Shopify app is open source and made available such that developers can get an application built out quickly.2) Avoid making API calls inline with requests, they will be slow and can result in Denial...
View ArticleChris Saunders commented on Integration with Microsoft C5
If an app for it has been built you can probably find it on the app store. Otherwise you'll need to get it built.
View ArticleCharlesTop commented on Carrier Service callback firing twice?
Coming back to this discussion... Has anyone determined a way to identify the two requests from each other? Kind of a pain at this point.
View ArticleShipping Wiz commented on Carrier Service callback firing twice?
Charles,What if you simply process both requests? That is how a couple of developers are dealing with this situation; they just process it twice. The major advantage of dealing with it in this way is...
View ArticleAccess Theme Settings Via API? by Michael DiSanto
Is there anyway to GET the configs/settings_data.json file via an API call.I'd like to be able to use some of those settings on the client-side / in JavaScript. Currently I have to manually print them...
View Articlestaceb commented on OmniAuth, confused over Register vs Login
Ok thanks, will take a look.
View Article503 service temporarily unavailable error!!! by Jyrgalbek Sh.
Hello Shopify Dev Team,We have problems with our requests to our server using our applicationport, it works properly 80%, but 20% it gives us 503 error. What might bethe problem?We are not making api...
View ArticleHow can I add new transcation to Order or update existing one by using API...
Hi,So, I'm creating an order using shopify API from C# with one transaction. After that, I want to add new transaction or update the existing one. I guess updating is not an option but adding new one...
View ArticleEmbedded shopify app question by Hoang Nguyen
Some background on this topic: www.SnapComplete.com is a service that helps expedite mobile checkout using our proprietary card scanning technology using phone camera. As a normal service, merchant...
View ArticleWebhooks not operating by AMSDFW
I'm having some trouble with webhooks. I setup the webhooks with posttestserver.com and at first this seemed to work. I added the hooks for my application and started testing but everything didn't seem...
View ArticleAMSDFW commented on Webhooks not operating
None issue anymore. Seems that the posts were done with a delay. Next to this I also messed up the url for my application.
View ArticleHow create shopify checkout for mobile apps using shopify apps? by...
Hi Sir, We have planned to create shopify apps for ios and android for my shopify shop product.I want know how checkout call after order was placed using shopify API.And then how...
View ArticleModifying the product.liquid asset via API by oferp
Hi,I'm trying to modify the product.liquid asset in the templates section.I call the API but when I look at the product.liquid in the web interface I see the value was erased.Any idea?...
View ArticleGetResponse and buyers list by Hjalte
Hey...I have getresponse integrated with my shop.For some reason, when people create an account, they get added to my list as well. That's cool, but I would like to put them on my "freebie" list...
View Article