BlogOverstappen & groeienMoving to a new e-commerce platform: the complete playbook

Moving to a new e-commerce platform: the complete playbook

Every migration guide is about data exports and 301 redirects. That is almost never where it goes wrong. It goes wrong in the weeks when you are running two systems side by side and they disagree about the same reality. A playbook based on three migrations, including what it cost and what broke.

Bobby - Neuramerce·11 August 2026·10 min

Where does moving to a new e-commerce platform actually go wrong?

Not at the data export and not at the redirects, because that is the easy part. It goes wrong in the weeks when you're running two systems side by side and they disagree about the same reality. Who owns the stock, who is allowed to send the email, who knows the return has already arrived. You don't solve that with a script, but with sequence and with a single hard cut-over day.

  • Work in eight phases, from the lowest stakes (inbox) to the highest (advertising)
  • Stock, domain and redirects all switch on the same day, not gradually
  • Test the buying flow with one real order before you go live
  • Plan three fallback points before you start, not once things go wrong
  • Only cancel your old system after the last return window has closed
€1,480 → €170 software costs per month14 → 5 hours manual work in a peak week2.9× → 3.8× ROAS on margin0 ads on sold-out products

The playbook in eight phases

The order isn't arbitrary. You start where the stakes are lowest, you put the switch-over on a single day, and you finish with the parts that only work once your data is stable. Each phase builds on the one before it.
  1. Beforehand · Two inventories

    Everyone knows the first one: every existing URL, with its traffic, rankings and backlinks. The second matters more and almost nobody makes it: which systems write to the same truth? That second list determines your entire sequence.
  2. Week 1-2 · Inbox and customer contact

    The lowest stakes. If something goes wrong, someone misses an email. No money disappears and no stock breaks. Your team learns the new system on the part they use most often, over two weeks in which nothing else changes.
  3. Week 2-3 · Catalogue on staging

    Products, variants, attributes, the category tree, media and SEO fields. On a staging environment set to noindex, or Google will index your shop twice. Count afterwards: the number that went out has to be the number that came in.
  4. Week 3 · Customer data and passwords

    Clean up your list before the import: merge duplicates, drop dead addresses, check opt-ins. And settle your password strategy: hashes rarely transfer between platforms, so have the reset flow ready before go-live rather than after.
  5. Week 4 · Integrations and the test order

    Payment provider, shipping partner, accounting, feeds and marketplaces. Watch the things that don't come with you: recurring mandates, payment tokens and your invoice numbering. Finish with one real order of a single penny, all the way through to the return.
  6. Week 5 · Cut-over day

    Stock count, domain switched and 301 redirects live, all on the same day. Lower your DNS TTL the day before. Count physically, set that figure as the truth, and revoke the old system's write access the same day. Not the week after.
  7. Week 6 · Email flows and deliverability

    Automated emails come after the customer data and after the cut-over, because they depend on both. Check your SPF, DKIM and DMARC for the new system first: an order confirmation landing in the spam folder costs you more than a missing flow.
  8. Week 7 · Advertising

    Last, and deliberately so. Ads consume your product data and your stock status. As long as those two aren't stable, you're paying for clicks to products you don't have.
  9. Week 8-12 · Measure, and only then cancel

    Keep an eye on indexing, your 404s and your daily conversion rate. And leave the old system standing until the last return window has closed, the warranty records are settled and your financial year accounts for it. Cancelling is the last thing you do, not the first thing you save.

Moving to a new e-commerce platform almost always starts with the same guide: export your data, map your URLs, set up 301 redirects, check your canonicals. All of that is correct, and all of it is the easy part.

In practice, things go wrong somewhere else. They go wrong in the weeks when you are running two systems side by side and they disagree about the same reality. Which stock figure is the real one? Which system is allowed to send that email? Who knows that the return has already arrived?

Why the standard guide isn't enough

Most migration guides are written by agencies that sell migrations. That doesn't make them unreliable, but it does make them one-sided: they describe the part of the migration the agency carries out and hands over. Data out, data in, redirects on, invoice out.

That part is technical work with a clear end point. You can check whether it worked: is the product there, does the old URL return a 301, did the title come across. Go or no-go.

The part nobody describes is the period afterwards. Your old system is still running, because you don't yet dare switch it off. Your new system is running alongside it. And as long as both are live, you have two sets of records that each believe they are right. That isn't a technical problem you fix with a script. It's an organisational problem you fix with sequence, and with agreements about who owns the truth.

The inventory nobody makes

Before you start, you make a URL inventory. Everyone knows that. But make a second list alongside it, and that one matters more: which systems write to the same truth?

Walk through your entire stack and note, for each system, not what it does but what it changes. Not "Klaviyo sends email" but "Klaviyo decides whether a customer gets an email and records that they received it". Not "the warehouse system displays stock" but "the warehouse system reduces stock when something is picked".

The moment two systems write to the same field, you have a migration risk. At Grill Bill there were more of those than we expected. Stock was touched by the webshop, the warehouse system, the bol.com integration and manual corrections. Four writers on one number.

That list determines your sequence. Systems with a single writer can be moved in any order. Systems with multiple writers move as a whole, in one go, with a hard cut-over. Skip that and you get exactly what this article is about.

Moving to a new e-commerce platform happens in phases, not overnight

The playbook above runs in eight phases, and the three that are missing from most guides are precisely the three that cost money: the integrations, the test order, and the moment you cancel your old system. We cover those separately below.

One principle runs through all of it. Anything with a single writer can move gradually. Anything with multiple writers, such as stock, orders and email, moves on a single day. That day is your go-live, and it's the only genuinely tense day in the whole project.

The integrations that don't come with you

Migrating products and customers is a matter of moving data. Integrations are not: you have to rebuild them, and some of them can't be brought across at all.

  • Your payment provider. A new integration means new webhooks. Don't just test whether a payment succeeds, but whether the status update comes back. An order stuck on "pending" while the money is already in is something you'll hear about from the customer.
  • Recurring mandates and subscriptions. Direct debit mandates and stored payment tokens are tied to your old account with the provider. If you run subscriptions or repeat purchases, this is the heaviest part of your entire migration and it deserves its own plan.
  • Your invoice numbering. It has to run on. A new platform that cheerfully starts again at 1 will cause you a problem at the next audit.
  • Shipping labels and the returns portal. Including the question of how you label a parcel that was ordered on the old platform.
  • Feeds and marketplaces. Google Merchant Center, bol.com, your Meta catalogue. All of them point at URLs that are about to change.
  • Measurement and consent. Analytics, your consent tool, the pixels. Get them ready before go-live, or you'll lose your baseline at exactly the moment you need it.
  • Reviews. Collected reviews sit with your review provider, not in your shop. Reconnect them and match on EAN, not on product name.

The one-penny test order

There is exactly one check that counts, and it isn't a tick box on a list. Place a real order on the new platform, with a real payment of one penny, and follow it all the way through: does the order arrive, is the payment status right, does the confirmation email go out, is the invoice correct, does the label come out of the shipping integration, and can you then return and refund it?

Every step you skip here, you'll rediscover through a customer. Run this test with at least three kinds of product: a straightforward one, one with variants, and something awkward, such as a gift card, a digital product or a bundle. Those are the three places where it breaks.

Passwords don't come across

Customer accounts migrate fine. Passwords usually don't: platforms store them encrypted in their own format, and that format is rarely interchangeable. So you can't move them, and you certainly don't want them sitting somewhere in readable form along the way.

That means you make a decision before go-live, not after. Either you send everyone a reset email on the day of the switch, or you catch the first login attempt with a friendly screen explaining why things are different. What you shouldn't do is discover this on the morning you go live.

Handing over the data from WooCommerce

For WooCommerce shops the handover runs through our own WordPress plugin, neura-wp-woo-sync. You install it in the existing shop and it reads products, customers and orders straight out of the WooCommerce database. No home-made CSV export, then, and no manual field mapping you have to get right again every time you repeat it. It has a separate migration tab where you can move and verify each part in turn.

That makes it repeatable, and repeatable is what you want. You rarely get a migration completely right on the first attempt. The plugin exists for exactly that reason: we noticed we were doing the same manual work on the second migration as on the first.

Keeping your rankings

This is the part people fear most, and the part that goes wrong least, provided you do it boringly:

  • Set your staging environment to noindex the moment you start building it. A second indexable version of your shop is the most expensive mistake available to you in week two.
  • Map every existing URL, including how it performs: traffic, rankings, backlinks.
  • Map them one to one onto the new structure and put the 301 redirects live on the day of the cut-over, not the day after.
  • Don't forget the sold-out and discontinued products. That's the classic mistake: those pages look worthless, but they often carry links and traffic. Redirect them to a comparable product or to the parent category, not to the homepage.
  • Lower your DNS TTL a day in advance. That turns the switch into minutes instead of hours, and the same goes for rolling back.
  • Update your internal links to the new URLs. A working redirect is fine, but a link that points straight at the destination is better.
  • Submit a new sitemap and keep a close eye on indexing for two to four weeks.

What broke

On the day of the cut-over, the stock count for one SKU was three units off the physical count. A small difference, and instructive for exactly that reason.

The cause: a bol.com return was still marked "in transit" in the old system while the box was physically already in the warehouse. The new system had counted the parcel, the old one hadn't. Both systems were right according to their own records. There was no bug.

This is why the cut-over has to be a hard break rather than a gradual transition. As long as two systems are both tracking where a parcel is, you get differences you cannot debug, because nothing is broken. All you can do is decide who is right from now on.

In practice: count physically on the day of the switch, set that figure as the truth, and revoke the old system's write access the same day. Not the week after.

Three points where you must be able to fall back

Plan your fallback points before you start, not when things go wrong:

  1. After the customer data import. Nothing has switched over yet. Falling back costs you a deleted import.
  2. Just before the cut-over. This is your last real way out. After it you've done a physical count you won't undo, and there are orders in the new system that can't come back.
  3. Before you move your advertising. Pausing campaigns and putting them back costs a day, not a week.

After the cut-over, falling back is no longer a technical action but a second migration in reverse. Know that, and make the decision deliberately.

When you're allowed to cancel the old system

Later than you think, and it's the dullest saving you can postpone. Your old platform can only go off once the last return window on an order placed there has closed, once your warranty and complaint records are readable elsewhere, and once your accounting no longer needs the closed financial year.

Budget for two to three months of overlap. During that period, do revoke write access; the old system should only be readable. A system you keep running out of caution is precisely the system that quietly pulls your records apart.

What it delivered

At Grill Bill we replaced twelve separate tools: Klaviyo, Trengo, Sendcloud, Pipedrive, Hootsuite and Mailchimp, plus six other places where work was sitting. Task management, product information management, the brand kit, EAN management, gift cards including physical ones, and the integrations themselves. We wrote that migration up in detail in the post-mortem of twelve tools becoming one.

The most interesting figure isn't the saving, it's the zero. In the 2023 season, Grill Bill burned €1,700 of ad budget on a product that was already sold out. Nobody did anything wrong. The stock level lived in one system and the campaign in another, and nothing made them talk to each other. That's exactly the kind of loss that never appears in a business case, because you only see it once it's gone.

The €1,310 a month saving is easy to calculate. So are the five hours of manual work per peak week. The improvement in ROAS is harder to attribute to a single cause, and we won't pretend it's entirely down to the migration. If you want to know what your own stack costs, you can work it out here, or put your current platform side by side with Neuramerce.

Where we are now

We've done three migrations and we want to move our own ten websites this year. The fourth is under way, and we deliberately picked the hardest one we could find: NomadFire, a complex WooCommerce shop with dozens of plugins, a course environment, recipe content and several languages. It has to be live by the end of September.

We're doing that not because it's easy, but because every migration that hurts exposes something that makes the next one easier.

When you shouldn't migrate

In fairness, there are moments when switching is a bad idea. If you recognise yourself here, wait.
  • Timing

    Right before your peak season

    If most of your revenue lands in eight weeks, don't start a quarter before them. Budget ten to twelve weeks including aftercare, and migrate afterwards, with the calm of a quiet season.
  • Diagnosis

    Your problem isn't a platform problem

    Slow delivery, thin margins, too little traffic: another platform solves none of that. You're just moving the problem into an environment you don't know your way around.
  • Ownership

    Nobody is making the calls

    A migration without a clear owner stalls halfway. And halfway is the most expensive place to be: you're paying for two systems and getting the benefits of neither.
  • Scale

    Your stack is small and it works

    Consolidation pays off most for whoever has the most separate parts. Bringing twelve tools back to one is a different story from three.
Grill BillE-commerce · BBQ
The most expensive loss was nowhere in the business case.

Twelve separate tools, among them Klaviyo, Trengo, Sendcloud, Pipedrive, Hootsuite and Mailchimp, brought back to one system.

On cut-over day, one SKU was three units off the physical count. The cause wasn't a bug: a bol.com return was still marked as in transit in the old system while the box was already in the warehouse. Both systems were right according to their own records.

That is exactly why stock gets one hard cut-over day and not a gradual transition.

− €1,310
per month on software
6 weeks
to cut-over day
€1,700
burned on a sold-out product
Frequently asked questions

What people want to know before a migration.

Budget for eight to twelve weeks. Six to seven weeks up to cut-over day, then another four to eight weeks of aftercare: watching indexing, clearing up 404s and only then cancelling your old system. A migration that has to be done in one weekend is a migration in which you haven't tested the integrations.
Not if you do it boringly. Map every existing URL including traffic and backlinks, map them one to one onto the new structure, and put the 301 redirects live on the day of the cut-over. Don't forget the sold-out products: those pages look worthless but often carry links. A temporary dip in the first few weeks is normal.
Not the data export, but the period in which the old and the new system are both live and both writing to the same truth. Stock, order status and email drift apart without anything actually being broken. That's why the cut-over gets one hard day instead of a gradual transition.
Accounts do, passwords usually don't. Platforms store passwords encrypted in their own format, which is rarely interchangeable. Decide before go-live whether you send everyone a reset email or catch the first login attempt with an explanation.
Only once the last return window on an order placed there has closed, your warranty and complaint records are readable elsewhere, and your accounting no longer needs the closed financial year. Budget for two to three months of overlap, with write access revoked.
Thinking about switching?

Start with what it means in your situation.

Compare Neuramerce with your current platform, or work out what your separate tools cost you today.