Your Shopify store is suspended. Get your data out before access closes.
The notification lands without warning: your Shopify store has been suspended for violating the Acceptable Use Policy or Terms of Service. Support is unreachable or points you at a form with no reply. Here is what almost nobody explains, and it is the only thing that changes what you do in the next hour. This is a platform decision, not a payment processor problem. No gateway and no acquirer can override it. Shopify's Trust & Safety team made the call against your account under their own policy, and no external underwriting will change that verdict. But there is a second, harder deadline underneath. Admin access can be revoked at any moment, and with no admin there is no API. When that happens, your catalog, order history, consent timestamps and every metafield your theme renders from become unreachable — not deleted, just locked away with no way in. Merchants commonly report losing access within hours of suspension. So the only step with a deadline you do not control is this one: get a verified copy of your store data out, right now, while you can still log in.
Move all of it into a new store, from $247
One-time packages, no per-record metering, no quotes. The order form unlocks the moment you pay, counts are matched against your old store, and the entire migration then runs a second time — the second pass has to create nothing.
And then there is the part that actually loses businesses
If you do need a new store, the payments problem turns out to be the easy half. This is what is sitting in your current store right now, and what happens to each piece when someone tries to move it by hand:
| What you own | How much of it | What breaks doing it by hand | What we do instead |
|---|---|---|---|
| Product images | 750images≈ 3 hrsbulk re-upload, ~15 sec each | By handthe CSV carries image URLs and alt text, but they point at your OLD store's CDN — so the moment the old store goes, every image 404s. Re-upload and Shopify appends a dedupe suffix to the filename, which breaks every theme section and product description that referenced the original URL | Automatedevery file re-uploaded through the API with its alt text and variant attachment intact, its content type preserved so image-restricted fields still accept it, and every reference to the old URL rewritten |
| Product descriptions | 150descriptions≈ 2 hrsone pass to repair inline image links — the CSV carries the text | By handdescriptions are full of inline images and links pointing at the old store's CDN. Paste them into the new store and the text survives perfectly while every embedded image quietly dies — which you usually discover from a customer, not from a report | Automatedbodies copied verbatim, then a second pass rewrites every source-CDN URL inside them to the re-uploaded file on the new store |
| Product attributes & variants | 450variants≈ 45 minthe CSV carries these; the time is verifying option order | By handoption ORDER is part of the product's identity. Rebuild "Size, Colour" as "Colour, Size" and every theme swatch, saved customer URL and app that keys on variant position breaks — silently, because the product page still renders | Automatedvariants upserted by SKU with option names and order preserved, so swatches, deep links and app data keep working |
| Metafields & metaobjects | 900metafields≈ 6 hrsonly the reference, JSON and metaobject fields, ~1 min each | By handthe product CSV carries simple text and number metafields — but not metaobjects, and not reference or JSON types, which is exactly where app data and theme content live. Reference fields are the real trap: copy the value and it still points at objects in the OLD store, so the page renders and the custom block is silently empty | Automatedwritten in dependency order after their targets exist, with embedded references re-pointed at the new store's objects — and any value whose reference cannot be resolved is dropped rather than written broken |
| SEO data & redirects | 252records≈ 2 hrsredirects one at a time, plus a handle audit | By handany handle that changes becomes a dead URL with no redirect, and existing 301s are not in the product CSV at all. Years of accumulated ranking and backlinks end up pointing at pages that no longer resolve — the most expensive thing on this page to get wrong, and the slowest to notice | AutomatedSEO titles, meta descriptions and handles carried across, and every existing 301 recreated, so nothing that used to rank starts 404ing |
| Your custom theme | 1theme≈ 6 hrs2–10 hrs depending on how customised it is | By handa theme is not just its files. The settings, section content and block ordering are stored against the store, so a file copy gives you the layout and none of the content. Hardcoded asset URLs and tracking snippets also still point at the old store | Automatedyour live theme pulled and pushed as-is, then scanned for tracking snippets and hardcoded URLs that need re-pointing |
| Product videos | 8videos≈ 32 minre-upload and re-attach, ~4 min each | By handthe product CSV does not carry video or 3D media, so every one is a manual re-upload. They also cannot be pulled straight from a remote URL — the bytes have to be downloaded and staged first, and a wrong content type lands the file as a generic attachment that media-restricted fields then reject | Automatedvideo bytes downloaded, staged through a proper upload target, re-attached to the right product, and verified as processed rather than silently failed |
| Customers | 5,000customers≈ 2 hrsCSV import, then cleaning up the rows that fail | By handthe importer works, but marketing consent is the exposure: the CSV carries the current opt-in state and NOT the timestamp or source behind it. Re-opting someone in is a compliance breach, dropping them burns list revenue you paid for, and you cannot prove which happened afterwards. Default-address designation is also lost | Automatedcustomers upserted by email with every address, the default-address designation, and email and SMS consent states and timestamps preserved exactly as they were |
| Order history | 12,000orders≈ 8 hrsa paid third-party importer, plus a day of mapping and reconciliation | By handShopify's own CSV importer cannot create orders at all, so the hours here assume you buy a third-party importer — key them in by hand instead and 9,400 orders is closer to 390 hours, which is why nobody does that and why order history is simply abandoned in most DIY moves. Then support cannot answer a warranty claim, repeat-purchase segments are empty, and every returning-customer flow starts from zero. Getting the mapping wrong duplicates orders or re-dates them to today, and both are worse than not importing at all | Automatedfull order history recreated through the API with line items, properties, customers re-associated, original dates and tracking numbers intact |
| Navigation menus | 3menus≈ 1 hrsabout an hour to rebuild and relink them all by hand | By handmenu items store resource IDs, not paths, so nothing about them is portable — every link has to be re-pointed at the equivalent collection, page or product on the new store | Automatedmenus rebuilt with their nesting, and every item re-pointed at the equivalent object on the new store |
| Discount codes | 25discounts≈ 1 hrsabout 1 hr via the discount CSV, or ~3 hrs rebuilt by hand | By handthe discount CSV covers basic codes, but automatic discounts, quantity breaks and combination rules are not in it and have to be reconstructed by hand. A subtly wrong rule is worse than a missing one, because nobody notices until it has been over-discounting for a fortnight | Automateddiscounts recreated through the API with their rules, usage limits and dates intact, including automatic and free-shipping types |
| Gift card balances | 40gift cardsno manual routecannot be moved by anyone | By handthis is the one thing on this page that truly cannot be moved by anyone. Gift card codes are unreadable through EVERY Shopify API, by design — no tool, ours included, can copy them. Those balances are real money you owe real customers, and abandoning the old store does not abandon the liability: the customers still turn up expecting you to honour it | Automatedwe re-issue each card with an identical balance, customer and expiry date, and hand you the new codes as a CSV with customer email copy ready to send — the only honest way to move them |
| Blogs & pages | 42articles & pages≈ 3 hrsrecreated one at a time, ~4 min each | By handno CSV route for either. Articles also have no SEO fields of their own — their title and description tags live in metafields — so a hand-rebuilt blog loses its SEO even when every word of the text is right | Automatedarticles and pages recreated with authors, tags and publish dates, their SEO written to the metafields Shopify actually stores it in, and inline image URLs rewritten |
| Apps & app data | 9apps≈ 9 hrsabout 1 hr per app to reinstall, reconfigure and re-test | By handmost app data lives in metafields on your products and customers, so reinstalling the app gets you an empty app: reviews gone, subscription plans gone, loyalty balances gone, bundles gone. Flows and automations have to be rebuilt by hand and re-tested, and anything with its own billing has to be re-subscribed | Automatedthe metafield data your apps rely on migrates with the products and customers it hangs off, so a reinstalled app finds its data waiting instead of an empty store |
See these numbers for YOUR store, free
That is a typical mid-size store. The read-only scan counts yours — every product, variant, image, customer, order and metafield — so you know what is actually at stake. No card required.
▶ Run the free demo scanWhat you are looking at
- "Your store has been suspended for violating our Acceptable Use Policy" — with no detail on which part of your business triggered it
- Admin dashboard loads but checkout is disabled, or dashboard access is blocked entirely
- Support tickets remain unanswered for weeks, or auto-replies point to the Acceptable Use Policy document
- No explanation of what specific conduct violated policy, or what would need to change to appeal
- Shopify email confirms suspension but offers no timeline for review or reconsideration
The payment clock matters less than the access clock. You have a limited window to export data before admin login is revoked. That window has no published duration — it can close in hours. Once it does, API access dies and your catalog, order history and metafields vanish from your reach. That is the deadline that actually shapes what you do today.
The recovery playbook
- Read the suspension email for the specific policy citedShopify will have named at least one clause of the Acceptable Use Policy or Terms of Service you allegedly violated. Write down the exact text. If the email is vague — saying only that you violated policy without naming which one — make a note of that too, because a vague suspension is harder to appeal. This is the only thing Shopify has told you about why this happened. Everything else you do flows from understanding what the company thinks you did.
- Export your store data while you still have login access — todayThis is the step people skip, and it is the only one with a deadline you do not control. A store suspension is not the end of the process. It is the first thing that happened. Shopify can revoke admin access at any time after suspension, usually without notice. And if the store closes, admin access can go with it. That is the part that turns a bad month into a dead business, because with no admin there is no API — and with no API your catalog, order history, consent timestamps and every metafield your theme renders from are simply gone. Use Shopify's CSV export tool to pull products, customers, and orders. CSV export cannot carry metafields, metaobjects, videos, themes, discounts, menus or redirects, so it is incomplete — but it is faster than nothing. Then take a full backup using a third-party migration tool or service that can read the API before access is cut. Do this now, not tomorrow.
- Document your store's structure while you have timeWrite down or screenshot your theme name, app list, custom domains, store settings, and any menus or navigation structure. This takes an hour and it saves weeks of reconstruction later. Take screenshots of your discount codes, customer segments, and any automation or workflow you built. Shopify's CSV export does not carry discount rules, so you will need to recreate them by hand. Do the same for any custom pages, redirects or navigation changes you made. This is not a full backup — it is a map for rebuilding.
- Do not attempt to reopen on ShopifyShopify's Acceptable Use Policy applies to the person behind the account, not just to the account itself. Opening a new Shopify store under your name, as a new entity, or with a new email address does not reset what the platform knows. Shopify can and does suspend accounts with the same beneficial owner if it concludes the new store is reopening the same business under a different name. This is not a legal issue; it is a platform enforcement decision. The rebuilding move is to migrate your store to a platform and payment gateway that will underwrite your category.
- Apply to alternative platforms and gateways that accept your categoryIdentify payment processors and hosting platforms that publicly advertise support for your product category. Shopify Payments will not work (it is underwritten by the same company that rejected you at the gateway level). But dozens of alternative acquirers, payment facilitators and hosted platforms serve high-risk categories that Shopify rejects. You will need to provide bank statements, proof of business registration, and an honest explanation of why you left Shopify. Do not misrepresent your history. A new entity can be the right structural move for real business reasons, but it does not hide your past from underwriting — and anyone selling you a setup that does is selling you fraud. Honesty gets you underwritten faster than misdirection.
New company, new merchant account — the honest version
What a MATCH listing actually is
- A listing lasts five years from the date it is added, then ages off automatically. There is no performance-based early release.
- It lists the principals — name, tax ID, address — as well as the business, which is exactly why a new company with the same owners is not a fresh start.
- Only the acquirer that listed you can remove it, and only in two situations: the listing was made in error, or the reason code was PCI non-compliance and you have since become compliant.
- Reason codes are specific and they matter: excessive chargebacks reads very differently to an underwriter than laundering or illegal transactions.
- It is not a card-network ban. High-risk acquirers knowingly board MATCH-listed merchants — at worse rates, with larger reserves, and with volume caps.
- You are entitled to ask the terminating acquirer whether you were listed and under which code. Do that before you apply anywhere else, because you will be asked.
What a new merchant account requires
The entity
Formation documents, EIN or company number, and a business bank account in the company's name with a voided cheque or statement.
The people
Government ID and personal details for every beneficial owner. Underwriting is done on the humans as well as the company — which is why a new company with the same owners does not present as a new applicant.
The history
Three to six months of processing statements if you have any, plus bank statements. A prior termination is disclosed here. Concealing it is the fraud, not the termination.
The website
A live, compliant storefront: clear billing descriptor, contact details, terms, refund and shipping policies, SSL, working checkout, and no claims that contradict your category.
The product
Supplier agreements, certificates of analysis for anything ingestible, licences for anything regulated, and evidence of how you fulfil.
The numbers
Expected monthly volume, average order value and your chargeback history. Understating volume to get approved is a fast route to a frozen account.
A MATCH screen
Run against both the business and its principals. This is the step that decides the application, and there is no way around it — only through it, by disclosing and finding an acquirer who underwrites anyway.
If you do need a new entity, these are the routes people actually use
Costs and timelines below are indicative and go out of date — treat them as a starting point, not a quote.
Wyoming is the default for an ecommerce LLC: ~$100 to file, ~$60/yr to maintain, no state income tax and strong owner privacy. Delaware is the investor standard and costs $300/yr in LLC franchise tax for governing law most DTC stores will never rely on. If you are not raising money, Wyoming is almost always the right answer.
Move everything for a fixed price
One-time packages — no per-record metering, no quotes. The migration order form unlocks the moment you pay, and the whole migration re-runs a second time before any cutover.
How the migration runs
- Book & pay — fixed price, secure Stripe checkout. The order form unlocks immediately after payment.
- Submit your stores — domains and details in the order form; then provide revocable API tokens in your customer area (we never ask for your Shopify password).
- We migrate everything — your live store keeps selling throughout; it is only ever read from.
- Verified twice — the entire migration re-runs and must change nothing; you get the count-matched verification report before any cutover.
See exactly what would move — before you spend anything
The demo scan connects read-only to your current store and counts every product, variant, image, customer, order and metafield in it, then tells you what a migration would carry across. It never writes to your store, and it works even if your storefront is already offline.
▶ Run the free demo scanWhat this looks like in your industry
The mechanics above are the same for everyone. What differs is why you were flagged, who will underwrite you, what reserve to expect, and what is sitting in your store that has to survive a move. Pick your category:
Shopify Store Suspended for a CBD Store? How to Recover
Shopify store suspended — what it means specifically for CBD and hemp.
Shopify Store Suspended for a Delta-8 Store? How to Recover
Shopify store suspended — what it means specifically for delta-8 and THCA products.
Shopify Store Suspended for a Seed Bank? How to Recover
Shopify store suspended — what it means specifically for cannabis seeds.
Shopify Store Suspended for a Hydroponics Store? How to Recover
Shopify store suspended — what it means specifically for hydroponics and grow equipment.
Shopify Store Suspended for a Kratom Store? How to Recover
Shopify store suspended — what it means specifically for kratom.
Shopify Store Suspended for a Peptide Supplier? How to Recover
Shopify store suspended — what it means specifically for research peptides.
Shopify Store Suspended for a Supplement Brand? How to Recover
Shopify store suspended — what it means specifically for supplements.
Shopify Store Suspended for a Mushroom Brand? How to Recover
Shopify store suspended — what it means specifically for functional mushrooms.
Shopify Store Suspended for a Kava Store? How to Recover
Shopify store suspended — what it means specifically for kava.
Shopify Store Suspended for a Nootropics Brand? How to Recover
Shopify store suspended — what it means specifically for nootropics.
Shopify Store Suspended for a Weight-Loss Brand? How to Recover
Shopify store suspended — what it means specifically for weight-loss products.
Shopify Store Suspended for a Hormone-Support Brand? How to Recover
Shopify store suspended — what it means specifically for testosterone support products.
Shopify Store Suspended for a Vape Store? How to Recover
Shopify store suspended — what it means specifically for vapes and e-liquid.
Shopify Store Suspended for a Nicotine-Pouch Store? How to Recover
Shopify store suspended — what it means specifically for nicotine pouches.
Shopify Store Suspended for a Tobacconist? How to Recover
Shopify store suspended — what it means specifically for cigars and tobacco.
Shopify Store Suspended for a Smoke Shop? How to Recover
Shopify store suspended — what it means specifically for smoking accessories.
Shopify Store Suspended for an Adult Store? How to Recover
Shopify store suspended — what it means specifically for adult toys.
Shopify Store Suspended for a Lingerie Brand? How to Recover
Shopify store suspended — what it means specifically for lingerie.
Shopify Store Suspended for an Accessories Store? How to Recover
Shopify store suspended — what it means specifically for firearms accessories.
Shopify Store Suspended for an Ammunition Store? How to Recover
Shopify store suspended — what it means specifically for ammunition.
Shopify Store Suspended for a Firearms Dealer? How to Recover
Shopify store suspended — what it means specifically for firearms.
Shopify Store Suspended for an Airsoft Store? How to Recover
Shopify store suspended — what it means specifically for airsoft and airguns.
Shopify Store Suspended for a Knife Store? How to Recover
Shopify store suspended — what it means specifically for knives and everyday-carry gear.
Shopify Store Suspended for a Self-Defense Store? How to Recover
Shopify store suspended — what it means specifically for self-defense products.
Shopify Store Suspended for a Bullion Dealer? How to Recover
Shopify store suspended — what it means specifically for bullion and precious metals.
Shopify Store Suspended for a Mining-Hardware Store? How to Recover
Shopify store suspended — what it means specifically for crypto mining hardware.
Shopify Store Suspended for an E-Bike Store? How to Recover
Shopify store suspended — what it means specifically for e-bikes and scooters.
Shopify Store Suspended for a Jewelry Store? How to Recover
Shopify store suspended — what it means specifically for jewelry and precious stones.
Shopify Store Suspended for a Skincare Brand? How to Recover
Shopify store suspended — what it means specifically for cosmetics and skincare.
Shopify Store Suspended for a Food Brand? How to Recover
Shopify store suspended — what it means specifically for packaged food.
Shopify Store Suspended for a Medical-Device Store? How to Recover
Shopify store suspended — what it means specifically for medical devices.
Shopify Store Suspended for a Lens Retailer? How to Recover
Shopify store suspended — what it means specifically for contact lenses.
Shopify Store Suspended for a Home-Health Store? How to Recover
Shopify store suspended — what it means specifically for home health instruments.
Shopify Store Suspended for a Gift-Card Retailer? How to Recover
Shopify store suspended — what it means specifically for gift cards and stored value.
Shopify Store Suspended for a Spiritual Shop? How to Recover
Shopify store suspended — what it means specifically for psychic and spiritual products.
Shopify Store Suspended for a Subscription Box? How to Recover
Shopify store suspended — what it means specifically for subscription boxes.
Shopify Store Suspended for an Antiques Dealer? How to Recover
Shopify store suspended — what it means specifically for antiques and artifacts.
Shopify Store Suspended for an Auto-Parts Store? How to Recover
Shopify store suspended — what it means specifically for auto parts.
Shopify Store Suspended for a Tuning Shop? How to Recover
Shopify store suspended — what it means specifically for ECU tuning products.
Shopify Store Suspended for a Game-Items Store? How to Recover
Shopify store suspended — what it means specifically for in-game items.
Shopify Store Suspended for a Tattoo-Supply Store? How to Recover
Shopify store suspended — what it means specifically for tattoo supplies.
Frequently asked
Can I appeal the suspension and get my store back?
Appeals go to Shopify Trust & Safety and must address the specific policy violation named in your suspension email. If the email does not name a specific clause, state that in your appeal. Appeals work rarely, only if Shopify made a procedural error or mistook your identity. You cannot appeal Shopify's policy itself, and you cannot negotiate an exception to it. Shopify does not publish timelines for appeal decisions, and merchants commonly wait weeks with no reply.
Will my money be released if I appeal?
Any balance held at the time of suspension follows Shopify's standard payout schedule unless Shopify suspects fraud or illegal commerce. If they do, holds can extend 120 days or longer. An appeal does not accelerate payouts. If your appeal succeeds and the suspension is reversed, payouts resume on the normal schedule. If it fails, the money is typically released after the hold period, but Shopify may withhold it if they believe chargebacks or legal claims are likely.
What happens if I lose admin access during the suspension?
Once admin login is revoked, you lose API access. At that point your product catalog, order history, consent timestamps and metafields become unreachable through any Shopify tool. You will have only what you exported before access closed. CSV export is the fastest option but it is incomplete — it cannot carry metafields, videos, themes, discounts, menus or redirects. This is why exporting immediately, while you still have login, is the only step with a hard deadline.
Can I open a new Shopify store instead?
Not effectively. Shopify's policy applies to the person or entity behind the account, not just the account name. A new store opened under your name or a new company you control will be subject to the same underwriting and policy review. Shopify can suspend a new account if it determines the store is a reopening of the same business. The legitimate move is to migrate your store to a different platform and payment processor that will underwrite your category.
Will you turn my Shopify store back on?
No. We cannot appeal Shopify's decisions or reverse platform suspensions. What we do is migrate your store — catalog, images, orders, customers, SEO data, theme, metafields, videos, discounts, menus, redirects — from Shopify to a new platform built around a gateway that accepts your category. That is a fixed-price service starting at 247 pounds, and it requires that you have exported your data while admin access still worked. The move is from misfit underwriting to fit underwriting, not from suspension back to Shopify.
Move everything, verified twice, from $247
Pick a package and the migration order form unlocks immediately. Your existing store is only ever read from — we never write to it, so nothing you still have can be made worse.