Jun 5, 2017
I lol'd.
Hey all. {"errors":{"line_items":"expected Hash to be a Array"}} Getting the hash error when working with an order array. it's json -- array items don't have keys.So I'm thinking I...
Nov 3, 2016
Hey all, Having some trouble working out how to handle billing for an application with plans. When a user registers with our application, we allow them to run on a 30 day trial of our lowest pl...
Oct 31, 2016
Heya, I'm building a new application and the app in the store is using it's public key rather than the url in the app store. For example, the url in the app store is "apps.shopify.com/th...
Oct 5, 2016
Any ideas on how to do this? I've added a new section template within the theme editor and edited the relevant JSON data but it does not appear within the section part of the theme editor ...
Aug 23, 2016
Heya, the team I'm working with are looking to create a private application for a customer's store -- which works as a calculator to give an exact price depending on input variables from the user (e....
Jun 23, 2016
Heya, I'm having an issue where some of my page redirects (i.e. buttons with target type being 'app' then redirecting to another page in the app) aren't pushing through new HMAC data. I was under ...
Jun 14, 2016
Howdy all, Looking for an enumeration (list of all available options) of plan_name when you're doing a GET request to the /admin/shop.json I've noticed that there a few, with a subset...
No content to show
User Activity
01-24-2017
Are you using an App Proxy?
https://help.shopify.com/api/tutorials/application-proxies#proxy-request
I was under the impression it could only pass through GET requests, rather than POST. I may be wrong though.
The application Locksmith is using th...
Hey there Serge.
They are automatically removed on the app uninstallation.
Note, that if you added assets into the theme store there is no way to remove them when the user uninstalls the app, because all access to their store after that point...
12-08-2016
Another developer here.
How could Shopify programmatically remove fake reviews?
Perhaps disallow publishing of reviews that are from an affiliate/trial store?
Auto remove/hide reviews from people that have frozen/stopped their plans?
Mark a revie...
07-18-2016
Heya Jason, got this all working in an alternative method.
But product data, funnily enough. Loading information via Shopify directly didn't give us the specific information we needed without doing multiple calls to get a complete record - and that ...
07-18-2016
If you store to a metafield with the same namespace/key then it will rewrite what was previously set inside of that metafield.
Note that the metafields themselves have relativly large character limits, while the key and namespace are pretty locked d...
06-27-2016
@HunkyBill Agreed. My circumstance is a bit different, due to what a webhook request is actually doing in my application. Not so much "here is some new data to record" but more of a "there is more data available to record. Queue some time later to ch...
06-24-2016
I had a similar issue with webhooks. Using Laravel, I've created a queue which handles incoming webhook requests coming from each site and if it's received a request from that store in the last ~15-30 seconds for that webhook, then it ignores them. W...
04-07-2016
Howdy,
What is the maximum number of characters in a metafield?
I've read previously that the limit was 65,535 characters.
Can we get some verification of this from Shopify?