Maarten van Grootel commented on Product API Update Causes Variants to be Out...
Not only that, I see that the current variant IDs are not the same as the variants you mention in the original query. The XL is now 952949229, while it was 601560817. Which makes me believe somebody...
View ArticleShannan Finley commented on OAuth state parameter
I've had the same problem and have tried working around it in a few different ways, all of which break the rules of using OAuth 2... I would really like to know if Shopify intend to fix this as their...
View Articlecan't set product tags to blank by Marius Andreiana
Hello,Trying to use the product API to update product tags. It works fine, except when requesting to set tags to blank (no tag). We've tried both "" and null values. The API request completes...
View ArticleHannah Roche commented on Uploading documents to add to shopping cart -...
Thanks Chris - I think this will be the best option for me. I've had lots of different advice but if I can pick up the document via the new order notification then this will be by far the easiest...
View ArticleMaarten van Grootel commented on can't set product tags to blank
Hi Marius,Thanks for letting us know. It appears that this is a bug in the API. A fix for it is ready and will be deployed later today.Maarten
View ArticleAdam Housman commented on Log-in via external account (not social network)
Wouldn't dream of it. Unfortunately, I don't know that I can justify the price increase to Shopify Plus just for multipass functionality. Is this still available for Enterprise plans?
View ArticleChris Saunders commented on Log-in via external account (not social network)
We don't have Enterprise anymore. It's now called Shopify Plus.
View Articleawd commented on Dashboard endpoints failing (link lists, shipping, files, etc)
Hey folks, unfortunately these end-points were private and undocumented. Our private API end-points can and will change as we make changes to our systems. Whenever interacting with an API you should...
View ArticleJason commented on Dashboard endpoints failing (link lists, shipping, files,...
So is that your way of saying we've removed them and there is no alternate? If so, that is a really, really big shame. The removal will impact around 1500 (weekly extension users - not total) store...
View ArticleMultiple API parameters not working by AWells
We are new to using the API, and have run into the following problem. We are attempting to access all orders placed since a given date using the following:...
View ArticleProblems with shopify_app in Apache server by Unai
Hello, I am new in Rails and I want to connect a test Rails app to my Shopify shop. I follow the instructions of https://github.com/Shopify/shopify_app and...
View ArticleJustin Stern commented on Multiple API parameters not working
Hey, looks like a simple "gotcha" here: try with the parameter named "created_at_min" rather than "created-at-min"; that is use underscores rather than dashes :)As far as returning "archived" or...
View ArticleMaarten van Grootel commented on Multiple API parameters not working
For the date you are using dashes in the parameter name where you are supposed to use underscores. So created-at-min should be created_at_min. That means...
View ArticleAWells commented on Multiple API parameters not working
Thanks guys! Underscore was my mistake - I was sure it had worked previously. The ampersand was the real missing piece of the puzzle. Unfortunately, I did not see any examples in the docs about this....
View ArticleUninstall API endpoint? by JoelS
I figure there's no harm in asking... Is there an endpoint whereby the app can be uninstalled? I'm guessing no, but I just wanted to know for sure.Thanks :)
View ArticleNick Russell commented on Dashboard endpoints failing (link lists, shipping,...
Jason, you are a God amongst men.Can't thank you enough.Kind regards, Nick
View ArticleHow to change default address for Customer? by Dmitry Ezhov
I have a Customer that has 3 addresses (1st is default). I'd like to switch default address from 1st to 2nd. I send PUT https://{{host}}/admin/customers/{{customerId}}.json {"customer": {"id":...
View ArticleChris Saunders commented on Can the Shopify API update the page footer section?
You can only get access to the footer by finding where the footer is placed. Often it's in snippets/footer.liquid, which would require the write_themes permission. Keep in mind this isn't the most...
View ArticleChris Saunders commented on How to change default address for Customer?
Customers include a default_address field, have you tried using that instead?1) setup already existing address as new default one;As I've mentioned, try setting {customer: {default_address: {}}} as the...
View Article