Ari9
Excursionist
Contact Me
Status
Offline
Last Activity
‎06-09-2021 05:36 AM
Topic Started
5
Topics Started
Topic Solutions
3
Solutions
Post Count
35
Posts
Post Kudos
10
Likes

Community Badges

Hi, I've recently had my app rejected due to the reviewer having issues with cookies. They gave the following point: Embedded apps that rely on 3rd party cookies are prohibited from the Shopify Ap...
I'm working on an app which injects code into the product.liquid theme file itself. Upon the `app/uninstalled` webhook, I'd like to clean up this snippet injected by my app, but the user's access to...
I'm developing an app and would like to know if I can safely use an order ID/product ID as a primary key in my database? Is it guaranteed that a product or order ID will never be the same even acros...
Using the Shopify API, how can I get the count of orders for a specific product? Going through the docs, I cannot see a way to filter for a specific product: https://shopify.dev/docs/admin-api/...
No content to show

User Activity

Hi entrepeneurs,I suggest you install FeedMe Reviews. It's definitely the most convenient photo reviews app.It's pretty much autopilot once you install it, and offers:Automated emails to your customers requesting a reviewImport reviews from AliExpres...
Does your app store reviews in your own database or via Shopify's metafields?You can include content on the users theme through the script tags api, or theme api.
Hi all,I've recently launched a new app called FeedMe Reviews.The app listing and website urls are:https://apps.shopify.com/feedme-reviewshttps://feedme.reviewsIt offers:Automated emails to your customers requesting a reviewImport reviews from AliExp...
Hi Lestt,I also have this problem with my app. I've made a post about it: https://community.shopify.com/c/Shopify-APIs-SDKs/App-uninstalled-hook-cannot-use-access-token/m-p/1184664#M67358This is very unfortunate that Shopify doesn't seem to allow use...
It turns out I can just append `?shop={shop}` to the end of my return url and that lets me know the store from the callback.
I'm building a Shopify app which does not use any cookies and uses the App Bridge session.I've created a recurring application charge which has the return url set to `https://myapp.com/recurring-application-charge/callback` and Shopify attaches the c...
I have a Single-Page-App which uses App Bridge and manually fetches a token on page load with `getSessionToken`.It seems like the token has it's expiry set to 1 minute only. This means after 1 minute, the token will not work with my backend app. What...
Hi guys,In my case it was due to using authenticatedFetch from @Shopify/app-bridge-utils. I manually added the Authorization header with getSessionToken.// Client provider is a custom provider I wrote which I am using with Urql GraphQL library export...
It's on the documentation. Just googled "Shopify Blog Api" and this is the first result: https://shopify.dev/docs/admin-api/rest/reference/online-store/blog
You cannot query using the REST API from what I've found.. but you do have another option, which is to use GraphQL. It accepts a query parameter.Here's an example:POST https://{store}.myshopify.com/admin/api/2021-04/graphql.jsonQUERY{ products(firs...
Hello store merchants, I'm looking to create a new Shopify app, but decided to do some market research for ideas. That's why I ask you to post here:What is an app you would like on Shopify but does not exist yet? I have developed 2 apps on the Shopif...
Hi makasanas,I know this doesn't directly answer your question, but if you're looking for a currency converter, I can highly suggest taking a look at ELITE Currency Converter.It uses an API from fixer.io which provides realtime exchange rates.It is a...
Thank you srdjan.Having to have a separate database hosted by myself is something I really want to avoid. This way I don't have to manage my own database.@srdjan wrote:there might be metafields under the namespace that aren't exposed to the Storefron...
It is not scalable simply because: As the number of reviews increases, the slower it is for customers to load the reviews (not paginatable) and the more quota will be used from my GQL query.If you're unhappy with your life, Shopify forums is not the ...
I don't get where your attitude comes from. I'm asking a question and didn't expect sarcasm from a "Shopify Expert".I'm well aware that I can make a backend API for it to get my    " precious count "    ... but it requires me to make multiple calls t...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.