Managed Markets / Cross-border commerce & compliance

The EU's 14-day cooling-off period is now
officially supported by Managed Markets

Eligible EU orders now come with Shopify-managed 14-day cancellation and return rules. Buyers can request a cancellation or return from Shopify's buyer-facing screens, and Global-e, the Merchant of Record partner, handles how the rules are applied. No work is required on the merchant side — except arranging return labels, which remains the merchant's responsibility.

On this page
  1. 30-second summary: what changed
  2. How it works: the path a request takes
  3. The three supported pieces
  4. Who owns what (division of responsibility)
  5. Before / After comparison
  6. What the announcement does NOT say
  7. 5 points developers should know
  8. 3 practical use cases
  9. A one-line summary for your pitch

130-second summary: what changed

To comply with the newly established "Right of Withdrawal" requirements for EU online stores,
Shopify Managed Markets has implemented cancellation and return requests for eligible EU orders.
Merchants don't need to build their own cooling-off flow, andno action is required to keep using it.

14-day rules are applied

Eligible EU Managed Markets orders now have 14-day cancellation and return rules applied to them.

Buyers request it themselves

Buyers can request a cancellation or return from the supported Shopify buyer-facing screens.

Return labels are on the merchant

The rules are operated by Shopify / Global-e, but it is explicitly stated thatarranging return labels is the merchant's responsibility.

What is the Right of Withdrawal? : In EU online sales, it is the consumer's right to withdraw from a contract within a set period without having to give a reason.
The announcement explains this change as compliance with newly established requirements for that right.The details of the regulation itself — the exact provisions and scope — are not covered in the announcement.

2How it works: the path a request takes

EU buyer Requests within 14 days Shopify buyer-facing screens Request a cancellation or return supported buyer surfaces (no specific screen named) Global-e (MOR) Runs the 14-day rule as a managed service Merchant of Record = merchant of record Merchant's responsibility Procuring return labels No other duties mentioned procuring return labels The only manual step left
This rule stays managed "for as long as you use Managed Markets in the EU."It's not a one-time setup — Shopify handles it for the entire time you're on the service.

3The three things that are supported

A straight breakdown of the three items listed under "What's supported" in the announcement.

supported 1 14 DAYS

14-day cancellation and return rule

Applied to eligible EU Managed Markets orders. Operated by Global-e, Shopify's MOR partner.

supported 2

Buyers request it themselves

Buyers can request a cancellation or return from supported Shopify buyer-facing screens.Which screens are covered isn't specified.

supported 3

Managed the whole time you use it

As long as you keep using Managed Markets in the EU, the rule stays under Shopify's management.

Procuring return labels is the merchant's responsibility.This is the one part that isn't automated, so you'll need to design your own EU return flow, return address, and shipping-cost policy.

4Who owns what (division of responsibility)

RoleOwnerWhat the announcement says
Applying the 14-day rule Shopify / Global-e Run as a managed service by MOR partner Global-e
Accepting buyer requests Shopify Requestable from supported buyer-facing screens
Procuring return labels Merchant "Merchants are responsible for procuring return labels."
Setup work required None "No action is required to continue using Managed Markets."
Refund timing and method Not specified
Who pays return shipping Not specified

5Before / After

Before: Handling the right of withdrawal was your own homework

When selling into the EU, building out cancellation and return policies, tracking deadlines, and giving buyers a path to request them were all merchant-side design and implementation work (the announcement doesn't spell out this "before" state, but the scope that just became managed is exactly the delta).

After: The 14-day rule is built in

Applicable orders automatically carry the 14-day rule, buyers submit requests from Shopify's own surfaces, and Global-e runs the operations. What's left to the merchant is arranging the return label.

Days since order Day 0 Order Day 14 Rule cutoff Cancellation / return requests allowed What happens after the deadline is not stated

* The announcement doesn't state what starts the 14-day clock (order date, ship date, or delivery date). Confirm this before going live.

6What the announcement does not state

Rather than filling the gaps with guesses, these are flagged as items that need to be verified.

Not stated

The list of applicable EU countries

It only says "applicable EU orders" / "covered EU-bound orders" — no country names or eligibility details are given.

Not stated

Supported buyer-facing surfaces

The specific "supported Shopify buyer surfaces" (order status page, Shop app, etc.) are not identified.

Not stated

API / Webhook handling

There is no mention at all of retrieving requests via the Admin API or of notification events.

Not stated

When the 14 days start counting

Whether it is based on the order date or the delivery date is not written anywhere.

Not stated

Who covers refunds and return shipping

Who issues the refund and when, and who pays for return shipping, are not addressed.

Not stated

Rollout schedule and opt-out

There is no description of a phased rollout or of any way to turn the rule off (only "No action is required").

The announcement points readers to the Shopify Help Center for EU tax and duty guidance. Verify the detailed behavior against the original post and the Help Center.

7Five points engineers should keep in mind

MOR

1. The seller of record is Global-e

The MOR partner for Managed Markets is Global-e. Since Global-e is also the primary operator for returns and cancellations,escalation paths for inquiries will not stay entirely within your own support team— design your operational flow on that assumption.

2. Return labels are the one step that still needs people

Even with the rules managed, sourcing the label remains the merchant's responsibility. If you haven't decided which warehouse or 3PL receives returns from the EU and how labels get issued (carrier integration or manual), you'll be stuck the moment a request comes in.

API ?

3. Zero mention of APIs or webhooks

If you want to feed cancellation and return requests into your OMS or internal systems,you'll need to verify the integration details yourself. This post only announces the managed behavior and says nothing about developer-facing interfaces.

4. Deadline tracking doesn't live on the store side

The 14-day determination is made by Shopify / Global-e.If your own custom app enforces its own cancellation deadline, you risk duplicate, conflicting rules. You'll need to take stock of your existing logic.

5. This isn't a "new feature" — it's an expansion of what's managed for legal compliance

The post is framed as compliance with the newly established EU right-of-withdrawal requirements.If you use Managed Markets in the EU, it applies automatically and stays in place as long as you keep using it. So this isn't an adoption decision —reviewing your existing return operations against the new rulesis what lands on the engineering side.

83 use cases you can put to work

14
USE CASE 1

Shift "right-of-withdrawal compliance" for EU cross-border commerce onto Managed Markets

Challenge
You sell into the EU but haven't settled internally on how to comply with the newly established right-of-withdrawal requirements.
Approach
Consolidate EU sales through Managed Markets and put the 14-day cancellation and return rules on Shopify / Global-e's managed handling. On the merchant side, you only need to sort out the return-label workflow.
Result
No in-house implementation required for compliance, and the rules stay in place while you keep using it. No action is needed to maintain it.
Technical note
The post doesn't say which EU countries are covered or when the 14 days start counting. Confirm with the Help Center and real data before finalizing your policy wording.
USE CASE 2

Designing reverse logistics so return-label procurement doesn't become the bottleneck

Challenge
Buyers can now file return requests themselves, but arranging the return label remains the merchant's responsibility. Scrambling only once a request arrives will blow your SLA.
Approach
Decide up front where returns go within the EU (your own warehouse or a 3PL) and how labels get issued (carrier integration or manual), then write the owner and turnaround time from request to shipment into your operations runbook.
Result
Prevents a broken buyer experience (one-click request, but no label ever arrives) and cuts down on stuck returns and support tickets.
Technical note
The post doesn't say who pays return shipping or when refunds are issued. Since it depends on how Global-e operates, the reliable move is to run one real order all the way through and observe the behavior.
Custom rules Custom deadlines managed 14d Eliminating duplicate rules
USE CASE 3

Taking stock of existing custom return logic and eliminating duplicate rules

Challenge
If you've implemented your own cancellation window or return-request flow in an app or theme, it will conflict with the managed 14-day rule and confuse buyers.
Approach
Audit the in-house logic currently applied to EU orders, remove anything that overlaps with the managed side (deadline checks, request forms), and keep only complementary areas such as arranging return labels.
Impact
The deadlines and flows presented to buyers are unified, reducing complaints caused by gaps between the stated policy and actual behavior. There is also less code to maintain.
Technical notes
The announcement does not document the API / Webhook integration spec, so routing requests into an in-house OMS requires separate verification. Start by checking how it looks in the admin with a real order.

9One-line summary you can use in a pitch

"To match EU right-of-withdrawal requirements, eligible EU orders in Managed Markets now ship witha standard 14-day cancellation and return rule.
. Buyers self-submit from Shopify's screens, MOR partner Global-e handles operations, andno setup work is required.
. All that's left for merchants isarranging return labels—so you only need to lock down that reverse logistics piece first."