Apr 20, 2020
Hi, I attempted to submit an app for review, and didnt get past the first test. Got: App must install successfully App not requesting access to shop immediately after clicki...
Mar 10, 2020
Hey all, In the past 2 days, our app has been unable to retrieve orders with: /admin/orders/123123123123.json (This is a sample orderId) { "errors": "Not Found"} or /admin/orders.js...
No content to show
User Activity
Not sure if this helps, but we ended up returning a redirect to (at the end of the auth process):https://<shopUrl>/admin/apps/<appId>/<path> Where path is a relative path on your application domain. Not sure where I found this, but I searched for a l...
03-21-2020
Ok that matches what my assumption was. The webhook orders/create was removed from the offending store. All other stores still have that webhook registered, but we have not recieved any events from the other stores for a week now.
03-20-2020
Hi, Question about what happens to a webhook that fails and is removed. Is the failing webhook removed JUST for that given store? Or are all webhooks registered with other stores removed/disabled as well? The same URL is used for all webhooks regist...
03-13-2020
I'm not sure if the restriction is on count.json, but for order look ups, we are restricted to the last 60 days (i think) worth of orders. As of June 6th, 2018, only the last 60 days' worth of orders from a store will be accessible from the Order res...
Are you able to get the order transactions? GET .../admin/api/2020-01/orders/234234234234/transactions.json
I'm experiancing the same issue as well: https://community.shopify.com/c/Shopify-APIs-SDKs/Unable-to-retrieve-orders-via-REST-API/m-p/677806#M46054%3Futm_source=communitymembers&utm_medium=email&utm_campaign=immediate_general
09-10-2019
Hi @AnthonyKentris , For the first issue, its the usage of the forloop object in the unless block.I am able to loop through a list, I am just not able to use the forloop object. Its the same with the assign, i can declare the assigning of a property,...
I'm attempting to use Shopify Flow to on trigger (Order Created or Order Paid) to send a JSON object to a 3rd party external service for additional processing. Just wondering if anyone has run into the following issues and potential solutions with li...