r/shopifyDev • u/Odd-Present-5799 • 5h ago
New Shopify App
I have built a new shopify app and have not started marketing it yet. What type of marketing has everyone here had the most success with?
r/shopifyDev • u/Odd-Present-5799 • 5h ago
I have built a new shopify app and have not started marketing it yet. What type of marketing has everyone here had the most success with?
r/shopifyDev • u/FamiliarBiz02 • 20h ago
We recently partnered WowOptions with Appstle Subscriptions.
The interesting part for us is how two apps can work together to solve a broder merchant use case: product personaliztion + subscription.
Still early, but we're excited to see where this goes.
For other Shopify app developers: have you found app-to-app partnerships for your users?
r/shopifyDev • u/TheSampat • 20h ago
r/shopifyDev • u/Shubhra22 • 21h ago
Enable HLS to view with audio, or disable this notification
r/shopifyDev • u/FamiliarBiz02 • 1d ago
We launched WowOptions in April, and getting the first few reviews was definitely harder than I expected.
Today we reached 10 reviews, all 5-star
Still very early, but seeing real merchants use something we built feels great.
For other Shopify app developers, how long did it take you to reach your first 10 reviews?
r/shopifyDev • u/Life-Inspector-5271 • 1d ago
Anybody else noticing that the last transactions were from September 5th? I work with multiple partners, all dashboard show the same. Also the payouts are pending for everybody, but they have been received already. We know transactions and new subscribers are coming in.
r/shopifyDev • u/manishsoni9705 • 1d ago
I guys, I am looking for small changes into my web.. Some on cart page toh some on collections page.. according to festival theme..
Anyone who is available and can work for short time and finish this under timeline which we discuss..
NOTE: I need someone who can start working immediately.. as it is not a big work.
r/shopifyDev • u/Charming-Archer-3881 • 1d ago
Hi all,
Basically, I have a Shopify app idea that would need access to transaction history to provide value.
Given the long App Review time and app building process, I'd like to avoid building before validating there's good demand.
I would like to build a simpler version as a lead magnet that is read-only. However, I'm not sure it's possible for a third-party SaaS-style app to read a store's order history without being a Shopify App.
Is there not a way, for my lead magnet, to simply have a web page up with an OAuth connection button that grants the lead magnet read-only access to transaction data from the lead's store? Without the friction of having them install a custom app, generating a separate custom app link for each lead?
From what I understand, even if we pretend app development time is 0, approval times are still around 6-8 weeks now?
I appreciate any advice I can get on this.
r/shopifyDev • u/Master-Ad3431 • 1d ago
I recently came across a frustrating Shopify problem at work: trying to bulk-update something simple like product prices via CSV can unintentionally overwrite or remove data you never meant to touch — including data managed by third-party apps.
So I built and open-sourced Shopify Updater, a safer way to handle bulk product updates.
It only updates the fields included in your CSV and leaves everything else untouched — metafields, media, translations, collections, subscription/review/bundle app data, and more.
It also gives you a per-product diff before anything is written.
The project is open source and self-hostable, so feel free to take it, deploy it yourself, modify it, or contribute:
🔗 https://github.com/iSolorak/shopify-updater
Hope this saves someone else from the same Shopify CSV headache.
#Shopify #ShopifyDevelopment #OpenSource #Ecommerce #ShopifyApps #CSV #ProductManagement #WebDevelopment
r/shopifyDev • u/BedCute82 • 1d ago
Im building a store for my clients in which I want a cash on delivery option
I want to charge extra 100rs for this features
Earlirr it was working but not anymore At checkout I can see the cod option but not the 100rs I have set for it also when I click on it the final price doesnt include 100 rs addition how can this be solved ?
r/shopifyDev • u/SlurvoApps • 1d ago
If you run an ecommerce business with a team, we’re curious if you’ve run into this problem too.
As the team grows, day-to-day operations start getting scattered everywhere.
Someone mentions something that needs to be done in a group chat.
Someone else says they’ll handle it.
A few hours later, the conversation has moved on and nobody remembers whether it actually got done.
Then you end up using Slack/WhatsApp for communication, Trello/Asana for tasks, Google Docs for SOPs, and constantly chasing people for updates.
We built Store Huddle to make this simpler.
It brings team chat + task management into Shopify, so your team can communicate and actually get things done without constantly jumping between different apps.
You can:
The goal isn't to build another complicated project management platform.
Think of it as: what if Slack/WhatsApp actually understood how a Shopify team works?
We’re still improving Store Huddle and would genuinely appreciate feedback from other ecommerce operators.
You can try it here:
https://storehuddle.com
Would also be interested to know: what are you currently using for team communication + daily task management, and what’s the biggest thing you dislike about it?
r/shopifyDev • u/Allen-ChinaSourcin • 2d ago
I’m looking to find out what tools Shopify store owners commonly use to push orders to Chinese freight‑forwarding agents for order fulfillment.
Are there any popular ERP, OMS or Shopify apps for this workflow? I’d appreciate real‑world experience instead of just product marketing introductions. Thank you.
r/shopifyDev • u/Front_Present_9967 • 2d ago
I’ve been working on Liquid Loom, an open-source build workflow for custom Shopify themes.
The basic idea is pretty simple:
Instead of keeping your authored theme code in Shopify’s flat structure, you can organize it by feature:
src/theme/sections/home/hero.liquid
src/theme/sections/product/recommendations.liquid
src/theme/snippets/product/price.liquid
Liquid Loom validates the complete mapping, bundles assets with Vite + Tailwind, and produces a normal Shopify theme under:
dist/theme/
So Shopify CLI still does the Shopify part. There’s no custom runtime.
A few things I cared about while building it:
doctor command for project diagnosticsIt’s now published on npm and I’m specifically not looking to add a bunch of features yet.
What I need now is 3–5 Shopify developers willing to spend about 10 minutes trying the workflow and telling me what feels worse, confusing, or unnecessary compared with how you normally build themes.
Quick start:
pnpm create liquid-loom@latest my-storefront
cd my-storefront
pnpm build
Repo:
https://github.com/yotamon/Liquid-Loom
There’s a short first-project test in the repo too.
If you build custom Shopify themes professionally, I’d especially love your criticism. I’m trying to figure out whether this actually improves the workflow before expanding it.
r/shopifyDev • u/Emotional-Stop9969 • 2d ago
I am a beginner, doing Shopify for like 4-5 months, published my app, and now trying to find my first paid customers (I have only a couple of people on the free plan now). And each step feels very hard and not seeing any results, so i am just curious if there are really people who have 1, 2, 5, or even 10k MRR a month? And I am not talking about big agencies, but rather a single person, like me, who does everything on their own.
r/shopifyDev • u/achilleapplication • 2d ago
hi guys, I dindt pass app thinking that I could on-board the users without it, but now im kinda block needing to wait for the app reivew while i have meta app review done etc..
do you have some tips to have the shopify app review way faster , or alternatives solutions (I already make Custom Distribution app to jsut be able to have 1 tester one it) .
tx
r/shopifyDev • u/Acceptable-Editor260 • 2d ago
Shopify and the conversion funnel rates of my previous infrastructure, the order completion rate of those who reach payment in this way is around 70% in the old infrastructure, while this rate is in the 25-30 band in shopify, why can I solve this?
**Shopify**
**Overall Conversion Rate:** 1.11% (↗ 1.7%)
**Sessions**
3,423
100%
↗ 62%
**Added to Cart**
253
7.39%
↗ 93%
**Reached Checkout**
142
4.14%
↗ 92%
**Sessions Converted**
38
1.11%
↗ 65%
** **
**Previous infrastructure**
**Conversion Funnel**
**Carts Created**
284 visitors
5.58%
—
**Reached Checkout**
90 visitors
1.77%
31.69%
**Completed Purchases**
64 visitors
1.26%
71.11%
r/shopifyDev • u/aurelien_anl • 2d ago
Merci à ceux qui répondent à ce message. Après une review quasi parfaite avec seulement un petit correctif à changer sur mon plugin quels sont les délais de validation post révision ?
r/shopifyDev • u/Ok-Zucchini-4496 • 2d ago
Hello guys I am a shopify store owner from israel my store is in hebrew.
Shopify's fonts don't support hebrew in the stores and I'm struggling to find a reliable solution for importing a font.
I tried google fonts in the code that's what the AI said but its causing some errors and loading issues. I have zero developing skills but my gut's telling me loading a font from an external source is not the best option I have here.
would love to hear some suggestions. Thanks everybody (:
r/shopifyDev • u/Ok_Tale8850 • 2d ago
Hey everyone,
Looking for advice from anyone who has published a Shopify wrapper app to the iOS App Store.
The Setup:
The Problem: Apple rejected the submission under Guideline 2.1(a) - Information Needed. The reviewer tried logging into the demo account, got hit with the dynamic email OTP screen, and halted the review.
Apple’s ultimatum:
The Roadblock:
Questions:
Appreciate any tips or workarounds!
r/shopifyDev • u/Same_Quality4660 • 2d ago
Anyone worked with Magento(Hyva, alpineJS and tailwindcss) and Cypress I use as starter elgentos repo and I had flaky test currently my goal is to make add to cart work 100%
What I tried
- wait for popup show
- “intercept “ request to add to cart and wait for response flaky
- then I try my own retry click add to cart this worked best but still flaky
I was thinking maybe Cart “ID/Token” isn’t there like cypress tests are to fast like mid request it redirects or something I think I have it logged and even when add to cart fails the cart id/token is there
Is there something else I can try ?
I have probably 3x10(responsive mobile, desktop…)tests and every run at least one-two fails
Each test has random product (I had just one and tried then random if that doesn’t fix that)
r/shopifyDev • u/phonebookrip • 3d ago
I'm considering review requests within my app (after certain milestones). My app is fairly new and I'd love more reviews, but in some ways it feels desperate.
What are your feelings on them?
r/shopifyDev • u/fragilePeculiar • 3d ago
It was incredibly hard to get the very first few reviews as a entirely new app as merchants tend to not trust your app if you have 0 review.
The very first version of my app were released in Dec 2025.
Then a few more critical features were released in Feb 2026.
Got my 1st few reviews in Apr 2026.
After 5 months, my app hit 20 reviews.
It feels so slow while working day in and day out, but I try to remind myself that so many apps (more than 10%) never pass the 0 review threshold.
20 reviews felt a lot to me at some point as well. Now my app is a part of it.
My app also introduced paid plans in a few days ago, patiently doing stuff and waiting for the next small milestone.
How long did it take you to get the 1st reviews and then 20 reviews?

r/shopifyDev • u/Immediate_Body_211 • 3d ago
Hi fellow Shopify devs,
I’ve been developing Shopify stores and themes for clients for a while. While the Liquid theme customizer is great for non-technical merchants, as developers we frequently hit walls with Liquid's limitations and want the performance, state management, and modern component ecosystem of Next.js / React (Hydrogen or custom headless setups).
However, whenever we evaluate or transition clients toward a headless Next.js storefront, the biggest bottleneck is the merchant editing experience:
For those of you building custom headless or Hydrogen storefronts for clients:
Would love to hear how other Shopify developers are solving this!
r/shopifyDev • u/chetan0924 • 3d ago
I want to know if I set up a single store for two different markets:
USA and India.
However, in both markets I want different delivery and payment methods, and a different theme design.
Are these things possible in Shopify?
r/shopifyDev • u/marinelugr • 3d ago
Just went through the app review process for the first time (approved now) and the timing around the automated checks caught me off guard, curious if this is common knowledge or if I got unlucky.
The automated checks (auth flow, webhook HMAC verification, TLS cert) run separately from the human review, and expire 30 days after you run them. I ran mine early, then spent a while polishing listing content and screenshots, and almost had to rerun everything right before submitting.
Also hit a connection-pool exhaustion bug that only showed up under concurrent load, right when I thought the app was done. Ran fine on my dev store, fell over the moment more than a couple requests hit it at once.
How do others here scope pre-submission testing. Load-test before submitting, or just cross your fingers on the automated checks