Johannes Hodde commented on Inject javascript
Hi Thomas,Have you already had a look at the Asset API? You could use it to inject your script into the layouts/theme.liquid right before the </body> tag.
View ArticleOrder Cancellation no longer voiding and refunding customers by Robert Fall
Hi there,Since the 23rd of May our Order cancellation requests no longer automatically void or refund the customer. We have changed nothing on our side in how we execute our requests. We use the...
View Articleapp/uninstalled webhook not being called by Feedzai Inc
Hi,I'm building a new Shopify App and have been trying to the the Uninstall hook to work. When my test app is installed the Hook is properly added (when I GET it has all the correct information,...
View ArticleJosh Dobson commented on Connection Refused when using shopify_theme gem?
I posted this issue on github per your requesthttps://github.com/Shopify/shopify_theme/issues/102
View ArticleShopify/Lightspeed Data Import by Grace Steer
Hello - I am setting up my shop and I need to import my UPC numbers from my POS system on Lightspeed to Shopify. I understand from this article:...
View ArticleLine Item Tax information via the Order API by alan
I'm building a system that calculates tax liability given a set of Shopify orders.From the orders api page, it looks like there is line-item tax, however the example response does not have any line...
View ArticleChristian commented on Adding more info to an order
Hey Aurelio:Order data isn't globally accessible, so currently you can't pull in that type of data into liquid currently. Take care,
View ArticleAurelio Sanchez commented on Adding more info to an order
Hello Christian and thanks for your reply!You mention that currently order data is un-accessible for pulling within a liquid variable, is Shopify planning on change this for us to pull extra...
View ArticleHow can I see exact Errors via API testing. by R J Kirkwood
I am tryng to add an order via asp.net and the shopify api is not accepting my JSON.It is showing me an The remote server returned an error: (422) Unprocessable Entity. B ut I have NO way of know...
View ArticleMaarten van Grootel commented on How can I see exact Errors via API testing.
With the error code we also send a text with the reason for the error, for example which validation went wrong or fields that are missing.In this case I see that the message you received was "Line...
View ArticleR J Kirkwood commented on How can I see exact Errors via API testing.
Sorry I am not seeing this error code anywhere. what I see on the webpage is:____________________________________________________________________The remote server returned an error: (422) Unprocessable...
View ArticlePerfect Coffee Info commented on How can I see exact Errors via API testing.
I have almost the same problems. I'm using Apache HttpClient (java) and I try to repeat http://docs.shopify.com/api/order#create with the simplest json:{"order": {"line_items": [ {"variant_id":...
View ArticlePerfect Coffee Info commented on How can I see exact Errors via API testing.
I find out error in my case: I should add 'Content-Type: application/json' header for my request.Please, remove my 2 messages in this thread or add caveat in your documentation.I'd wish you'll provide...
View ArticleRyan - Carted commented on How can I see exact Errors via API testing.
@Perfect Coffee Info I watch the forum a fair bit and help a lot of people with this exact issue. As far as troubleshooting the "Content-Type" is the first item on the check list for me and I agree...
View ArticleRyan - Carted commented on Line Item Tax information via the Order API
We own an app which uses tax information extensively. We find that tax information is always on the line items unless generated by an external app.
View ArticleRyan - Carted commented on Shopify Webhooks not getting triggered when a...
Shrey,No it doesn't you will need to listen on the order/create webhook and use this to update your inventory to keep it as close to real time sync as you can.Thanks,Ryan
View ArticleR J Kirkwood commented on How can I see exact Errors via API testing.
this is what my json looks like:{"order":{"customer":{"id":234692983},"financial_status":"pending","line_items":[{"variant_id":300018907,"quantity":1}]}}which matches examples you give in api...
View ArticleProduct ID and product variation parent/child relation by Jeff Jordan
I am working with a developer on behalf of my client to track inventory qty's. I need the Shopify product id for products along with product variation parent/child relation. I believe the product...
View ArticleChris Saunders commented on Is recurring charge locked in?
No. Application Charges don't have any kind of tiered pricing.
View ArticleChris Saunders commented on Product ID and product variation parent/child...
The Product ID is included in the Product Variant JSON.
View Article