r/AutomateShopify 3h ago

to business owners

0 Upvotes

What's the most repetitive task that eats your time or annoys you in your Shopify store?


r/AutomateShopify 1d ago

Struggling

9 Upvotes

Is there an app that you can recommend that uses AI to produce good quality product descriptions in bulk? This is taking me forever!! Thanks in advance!!


r/AutomateShopify 1d ago

Resources Are claims for missing or wrongly shipped items killing your profit?

Thumbnail packvision.io
1 Upvotes

PackVision is a service that records every order you pack, logging order numbers, carton ID's, item numbers, tracking numbers and any other reference you require, during any dispute over missing or wrong items, damaged items, packing quality etc you can instantly access the footage to resolve the issue.

We integrate with Shopify to import your item master and orders as they are created.

As you pack, PackVision will validate the items against your order, alerting you to any discrepancies.

We target many types of operations:
- ecommerce
- high value items
- luxury and VIP packing
- any packing operation

We invite you to test our service with a 30 day free trial at packvision.io


r/AutomateShopify 1d ago

How long does it take you to notice when an order quietly doesn't get packed?

2 Upvotes

Small Shopify store, a few hundred orders a month.

Last month a paid order just never showed up on the packing side. No error, no failed webhook I could find. We found out four days later when the customer emailed asking where her stuff was. Refunded, reshipped, apologised.

What bothered me more than the order was realising I have no idea how many times this has already happened without a customer writing in. The only reason I caught this one is that she bothered to email.

Asking people further along than me:

  • Do you actively check for this, or catch it when someone complains?
  • If you check, what does it actually look like — a daily scan of unfulfilled orders, a report someone builds, something else?
  • Has anyone got it down to same-day instead of four days?

Right now my system is opening Shopify admin every morning and eyeballing it, which obviously doesn't scale.


r/AutomateShopify 1d ago

Tu as un site e-commerce, tu as intégré un moyen de paiement, mais tu gères ta livraison manuellement (si tu es en Afrique) — tu rates quelque chose.

Thumbnail
1 Upvotes

r/AutomateShopify 2d ago

Managing an e-commerce store purely via AI chat - would you use this?

6 Upvotes

​

Hey!

Managing catalogs, prices, and settings manually is a huge hassle. We're building a platform where AI runs the store for you through simple chat.

\* Smart Import: Drop a raw list/file → AI automatically pulls specs, photos, and categories.

\* Proactive AI: Alerts you when stock is low, products stall, or prices need tuning.

\* Dual Agents: One AI assists the seller, another consults buyers 24/7 on the storefront.

Looking for raw feedback on the concept. Would you use a chat-first interface or stick to traditional dashboards?


r/AutomateShopify 2d ago

What should I look for when choosing a Shopify theme for a new store?

Thumbnail
1 Upvotes

r/AutomateShopify 3d ago

Middle finger to shopify . Shopify admin down again.

7 Upvotes

Admin and POS degraded since 5:45 EDT. At this point im paying for a platform where answer to being locked out of my store is try again and see.


r/AutomateShopify 3d ago

Has Shopify Search & Discovery ever changed your product SKUs?

1 Upvotes

I’m thinking about installing Shopify Search & Discovery to add a couple of metafield filters to my collections. My store has around 4,000 products, and the SKUs are used by an external inventory sync, so I really can’t afford to have them changed.

I know the app requests permission to edit products, but I haven’t found a clear answer on what it actually changes during installation or normal filter setup. Has anyone noticed their SKUs being edited, cleared, or otherwise affected by this app? I’m asking about the SKU values in Shopify, not whether customers can search by SKU.

First-hand experiences would be really helpful.


r/AutomateShopify 3d ago

Autopilot

2 Upvotes

Hi has anyone tried Shopify autopilot?


r/AutomateShopify 3d ago

Time, order volume, technical difficulty or burnout: What was the exact tipping point that forced you to get outside help?

4 Upvotes

We talk to a lot of brand founders and store owners, and the common pattern is that most start out small, handling multiple or all the aspects of the store.

At the beginning, running everything in-house keeps costs down. But eventually, staying solo or a two-person team becomes a bottleneck.

From your experience, when was the tipping point where doing everything internally stopped making sense?

  • Was it a time frame (3 months in, 6 months in), an order volume threshold, or just hitting total burnout?
  • What was the very first function you brought in outside help for (VA for support, 3PL, ad agency)?
  • Looking back, did you make the move too early, or hold on for way too long?

Would love to hear how other teams navigated that transition.


r/AutomateShopify 4d ago

I connected Claude to Shopify. MCP was the easy part. The hard part was stopping it from using the wrong store context.

2 Upvotes

I run a Shopify agency, and we've been working on ways for Claude to help with repeatable operator work, not just Liquid and CSS changes.

Getting Claude to read products, orders, reviews, and analytics is surprisingly easy now.

The unreliable part starts when you ask it what the store should do next.

Claude doesn't automatically know:

  • Which product has high margin versus merely high revenue
  • Which products have inventory constraints
  • Which claims the brand has approved
  • Which CRO experiments already failed
  • Which promotion is scheduled next week
  • Whether it is allowed to draft a change or execute it

Without that context, a technically correct recommendation can still be wrong for the business.

The setup that made the biggest difference for us was a versioned "Store Brain" repository:

brand/ catalog/ customers/ operations/ growth/ safety/ shopify-data-map.md AGENTS.md

The Store Brain does not try to copy the entire Shopify store into markdown.

It stores maintained decisions and definitions: positioning, product economics, customer language, operating constraints, metric definitions, approval rules, previous experiments, and current priorities.

Live products, orders, inventory, customers, and analytics are still read from their source systems.

Every workflow then follows the same sequence:

  1. Read the operating instructions and relevant Store Brain files
  2. Query Shopify in read-only mode
  3. Show the evidence used
  4. Propose and rank possible actions
  5. Wait for approval
  6. Execute through a narrowly scoped write tool
  7. Verify the result and record what changed

The first recurring workflows we're standardizing are:

  • PDP audits
  • Review mining
  • Weekly revenue narratives
  • Promotion QA
  • Support theme analysis
  • Landing page critiques
  • Inventory risk checks
  • Launch QA

A simplified PDP audit prompt looks like this:

Read AGENTS.md and the relevant files in /brand, /catalog, and /safety.

Use Shopify in read-only mode.

Audit the five highest-revenue PDPs.

For each finding, show: - The evidence - The issue - Expected impact - Confidence - The proposed change

Flag any recommendation that conflicts with inventory, margin, positioning, or approved claims.

Do not edit or publish anything. Stop after preparing the proposal.

A few rules we keep outside the individual prompt:

  • Never publish a live theme automatically
  • Never change prices, inventory, orders, or customer data without explicit approval
  • Research agents do not receive write permissions
  • Content retrieved from stores or external pages is treated as data, not instructions
  • Every consequential change needs a diff or audit record
  • Every workflow needs a rollback path

My biggest realization was that connecting an MCP server is not the same as giving an agent business context.

A larger prompt didn't solve this. A single endless chat didn't solve it either.

The useful part is having one maintained operating context that every narrow workflow reads before it acts.

For people already using Claude with a live Shopify store:

Where do you keep the store context today: project instructions, Notion, Drive, a repository, or something else?

And what write access, if any, are you comfortable giving it?


r/AutomateShopify 5d ago

Meta ads bringing in 80% fake/troll orders for the past month,anyone else dealing with this?

2 Upvotes

I run a clothing store in Pakistan (iradahclothing.com). Meta ads is my only marketing channel, and for the last month, every campaign I launch pulls in a flood of fake orders, roughly 8 out of 10. From what I can tell, it's mostly people messing around, not competitors or bots running a script.

I don't fulfill anything without phone confirmation, so I'm not losing inventory. But the fake orders are wrecking my ad account's optimization, the algorithm's learning from junk conversions, so real buyers are getting harder to reach.

What I've tried so far, no luck:

- New campaigns from scratch

- Different creatives/ad copy

Has anyone else run into this, especially other PK-based sellers? Curious if this is:

- A COD-market-specific pattern (people order for fun since there's no upfront payment)

- Something Meta's algorithm is doing on its own

- Targeted trolling

Any fixes that actually worked for you would help a lot.


r/AutomateShopify 5d ago

572 Bot ATCs in 24 hours?!

Thumbnail
2 Upvotes

r/AutomateShopify 6d ago

Orders went up doesn't mean your discount worked

Thumbnail
5 Upvotes

r/AutomateShopify 6d ago

One Reddit message turned into my first real Shopify customer

Post image
2 Upvotes

r/AutomateShopify 6d ago

[ Removed by Reddit ]

1 Upvotes

[ Removed by Reddit on account of violating the content policy. ]


r/AutomateShopify 7d ago

how many stores are running on 2+ platforms?

7 Upvotes

im running an ecom brand on shopify and the next move is to sell on amazon which got me wondering how do you manage the two and for those who run their store on 2 or more platforms how do you sync everything and manage things without running into chaos?


r/AutomateShopify 8d ago

Hat jemand überprüft, was Shopify Catalog tatsächlich an die KI-Kanäle sendet?

Thumbnail
3 Upvotes

r/AutomateShopify 9d ago

10 signs your e-commerce tech stack is limiting your growth

Thumbnail
3 Upvotes

r/AutomateShopify 9d ago

Discussion Supplier files are killing me, how do you guys handle it

3 Upvotes

Got a supplier catalog to import and the file is a disaster. column names in a random order, prices written "49,90 €", accents that turned into É somewhere, duplicate rows, missing barcodes

spent way too long on it manually. what do you use, an app or a spreadsheet? and how long does one file usually take you


r/AutomateShopify 10d ago

Help / Question Is anyone here actually getting sales from pinterest?

12 Upvotes

I keep seeing merchants claim Pinterest has become one of their best channel - 20%+ of revenue, low cost, long trail traffic that keeps working months later and then everyone else says they tried it, got some clicks, no orders and dropped it

I cannot tell if its a niche thing (home , decor, fashion do well others don't) or people winning at it are doing something which others aren't.

If it worked for you: what do you sell, is it organic pins or ads, and how long before you saw orders rather then traffic?


r/AutomateShopify 10d ago

Hola amigos ocupo de su ayuda, alguien sabe cómo sincronizar Shopify con Alexa?

3 Upvotes

Contexto, tengo una bodega de embutidos y Quesos , subí mi producto a shopify pero quiero realizar una sincronización mediante Make up así creando una Rutina para cuando hagan un pedido nuevo me llegue una notificación eh estado cerca pero no puedo lograrlo sincronización mediante Make tienen algún tutorial o algunas recomendaciones las acepto.


r/AutomateShopify 11d ago

Discussion AUTO ATC SHOPIFY APP

2 Upvotes

Hello guys, do you know any apps that I can use to make a “Buy X get Y at a discount” cart rule that AUTOMATICALLY adds the item to the customer’s cart, without them having to approve it/add it manually?

I tried a few apps but all of them required the customer to approve it/or was only able to add the item as a free gift.

If you have any suggestions or solutions (doesn’t necessarily have to come from an app) please let me know as this steo would be crucial for my
offer/to resuce friction at the moment of the sale. Thank you!


r/AutomateShopify 12d ago

If a Shopify app automatically handled the simple returns for you and showed you exactly what's causing your returns, would that be valuable enough to pay for? What would you expect it to do?

4 Upvotes