Self-serve, which previously only handled return requests, now lets customers request order cancellations on their own. Cancellation rules can be configured per market alongside return rules, and they support the EU's "14-day right of withdrawal."
The only thing customers could request themselves through self-serve was a return.
In addition to returns, customers can now request cancellations. Cancellation rules can be configured alongside return rules.
| Item | Returns | Cancellations |
|---|---|---|
| Buyer action | Already supported Request via self-service | Added now Request via self-service |
| Rule configuration | Set return rules | Alongside return rules,setcancellation rules |
| Per market | Supported Configurable per market | Supported Configurable per market |
| Policy structure | A default policy for the entire store. Override rules can be added for individual markets. | |
Merchants selling in the EU can offer a "withdrawal policy." The period runs from the time of the order until 14 days after the last item is delivered .
You can extend the return window so it doesn't end on a weekend or holiday .
Prepare the default return + cancellation rules that apply across the entire store.
Add market-specific rules (such as the right to withdraw) for individual markets like the EU.
Extend the return window so it doesn't fall on weekends or holidays as needed.
A "cancellation request" has been added to self-serve in Customer accounts. It can be handled through the same buyer flow as returns, reducing inquiry-driven cancellation handling.
Cancellation rules are designed to be configured alongside return rules. Returns and cancellations are treated as separate concepts but run within the same rule framework.
Both returns and cancellations can be configured per market. A two-layer structure of default policy + market override expresses regional differences.
Override the "order through 14 days after the last delivery" withdrawal window for the EU market only. Since it doesn't affect other regions, you can satisfy regulatory requirements while maintaining global operations.
Being able to extend the return window so it doesn't end on a weekend or holiday is useful for CS operations and closing-process design. Note that details on Admin API / Webhook handling and approval flows are not documented in this article — meaning you should validate in a sandbox before automating.