Order Cancellation overview

Edit on GitHub

Order cancellation makes the shopping experience of B2B and B2C shoppers more flexible by allowing them to cancel their orders within a defined time period. Also, it optimizes the workflow of sales and customer service by allowing them to cancel orders on customers’ behalf in the Back Office.

For example, a customer changes their mind about an item in an order they have placed. Instead of contacting customer service, they can cancel the order and place a new one with the needed items.

A customer can cancel orders on the Order History and Order Details pages.

Order cancellation representation - Order History Page

order-history-page

Order cancellation representation - Order Details Page

order-details-page

To learn how B2B and B2C shoppers can cancel orders on the Storefront, see Order cancellation on the Storefront.

To learn how a Back Office user can cancel orders, see Changing Order Statuses.

Timeframes and statuses

A customer can cancel an order only within a defined time period. By default, the time period is 30 minutes. After the time period has passed, the buttons to cancel the order are not available. A Back Office user can skip the cancellation time period.

Also, they can cancel an order only if all the included items are in the states that are defined as cancellable. By default, the payment pending and confirmed states are cancellable. If at least one of the items in an order is in a different state, the buttons to cancel the order are not available.

In the state machine, a developer can configure different order states to be cancellable and change the cancellation time period.

State machine

Ensure that, in your state machine, the refunded state always goes before the cancelled state. Otherwise, you can’t refund the money for a canceled order. You can check the order of the states in the Back Office > Administration > OMS.

To learn how a Back Office user can skip timeout or cancel an order by changing order statuses, see Changing the state of order items

Order cancellation on the Storefront

This is how the Order Cancellation feature works on the Spryker Demo Shop Storefront:

image

BACK OFFICE USER GUIDES
Changing the state of order items