# Cancel an Order

There are multiple reasons you might need to cancel an order and it's easier than you think. When you cancel an order, a number of things happen:

* We'll automatically email the customer notifying them that their order has been canceled and that their payment will be refunded if they have paid.
* Stock changes will be reversed.
* The order status will change to "Canceled".
* Order will no longer be actionable.
* Order will no longer be visible.
* If you have been charged a processing fee for the order or cart saver, this will be refunded to your account.

### How do I cancel an order?

To cancel an order:

1. Log in to your control panel.
2. Go to the order you wish to cancel by going to the **Orders > List All Orders** page.
3. Select **View** on the order you wish to cancel.
4. When the order page loads, on the right of your screen you will notice a panel labeled **Actions**. Locate and select the **Cancel Order** option.
5. A pop-up will appear outlining what will happen when you cancel the order (as seen above). If you are happy to cancel the order at this point, click **Cancel Order**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.freewebstore.com/orders/your-orders/cancel-an-order.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
