500 error when creating orders with discount_codes by Andrew
Hello,I am using the Order Creation API to create orders. However when I pass in any discount in the form oforder.discount_codes = [{ amount: "10.00", code: "a_discount_description", type:...
View ArticleEdwin Evans commented on Oauth2 authorization page doesn't look good on mobile
Great. Thank you! Any idea when this may be available?
View ArticleAPI limit Problem. by Deepa
I have 120 products and want to updates its variant through api. For that I have set the cron. But only 5 products variant are updated. How can I update for rest.I also resume api call for 2 second...
View ArticleJames MacAulay commented on Setting created_at on an order created from api
This isn't possible right now, but we recognize the need for this and a solution is on our short-term roadmap.Our current thinking is that created_at will continue to represent when the order was first...
View ArticleJames MacAulay commented on Shopify API is interpreting decimal places for...
If you change "5.1500" to "5.15", Shopify will store the price in the way you expect.For some reason our money parser acts strangely when there are more than two digits after the decimal point. I see...
View ArticleAndrew commented on Setting created_at on an order created from api
Thank You,A different column would work fine. The most important part would be that the revenue and the order itself would appear to appear to the store admin to have come in on the day the order was...
View ArticlePush user data to external service on new order by FSS
HelloI run a shop which sells physical goods but when an order is placed, I would like to send the customer Name & Email via the API to my own database which I can create an account based off their...
View Articleoffsite-gateway-sim by Meni Milstein
Hello.When trying to configure the site to work with an offsite gateway sim everything works except for the signature verification.Here's my code:<?php $Xmessage = ''; ksort($_REQUEST);...
View ArticleAPI images no longer saving ALT tags? by Geoff Hamilton
(Edited previous post to remove reference to unrelated issue that has been worked-around)For some reason, an app I have been running for some time is no longer saving the image ALT tags when it creates...
View ArticleJames MacAulay commented on API images no longer saving ALT tags?
You can set an alt tag for your image by creating a metafield on the image with a namespace of "tags" and a key of "alt":{ "product": { "title": "Basket of Kittens", "product_type": "Basket",...
View ArticleGeoff Hamilton commented on API images no longer saving ALT tags?
Hi James,Thanks - that seems to have fixed the behaviour. So I guess the lesson here is that the Image.alt attribute that had previously been supported (at least through the Python API) is officially...
View ArticleScript Tags GET 404 by Cameron Batty
I have been trying to get a list and count of current Script Tags using: GET /admin/script_tags.json and GET /admin/script_tags/count.json following this documentation:...
View ArticleHow can I add meta description and page title to the product using api? by...
Hi There,I have tried to add page title to product by using metadata api with 'title_tag' as key and its not working.Please suggest.
View Article7Spikes commented on /admin/orders.json?financial_status=abandoned does not...
Hi Jason,I understand this. But as I explained in my question I cannot use the checkout API.How about this:admin/orders.json?financial_status=abandoned The documentation clearly states that the...
View ArticleGetting shipping updates via order webooks by Marius Andreiana
Hello,Is it possible to get shipping updates via order webooks ? e.g. when it has been delivered to customer.From the docs, seems that after fulfillment, there's nothing else included in updates (maybe...
View ArticleGet RecurringApplicationCharge REST by Eric
Hi, I created a RecurringApplicationCharge (with Status: 201) and activated successfully (with Status: 200). And I can also see my app has the "recurring app charge activation" in the event column for...
View ArticleMassaad commented on Push user data to external service on new order
Hi there FSS,This is certainly possible, this is a great use of the Shopify API.You can also configure webhooks to deliver similar order information to a server address upon a sale. Have you looked...
View ArticleMarissa commented on Shopify API is interpreting decimal places for "price"...
Thanks, that worked. Glad that you will work on a fix for that issue too.
View Article502 error when updating variant by Jeffrey Schweigler
I've been working with the Shopify API for the last month and everything has been going well until today.I'm getting a 502 Bad Gateway error when trying to update a variant's inventory.When I directly...
View ArticleJeffrey Schweigler commented on 502 error when updating variant
I haven't discovered the problem yet but I was able to successfully get a status of 200 OK when making the PUT request via a Chrome REST client extension, so there must be a problem with my code.You...
View Article