# Backend Edit Orders

From the admin sidebar, go to **Sales -> Orders** and open an order to edit it. You can see that the Edit link is available beside each section based on the configuration.

#### Edit Order Information

Click on the Edit link beside the Order Information section.

<figure><img src="/files/FN1MknppHOAJsoVsLQRd" alt=""><figcaption></figcaption></figure>

This will open an Edit Order Information pop-up where the admin can edit the Order Number, Order Status, Order Date & Time, and Order IP.

<figure><img src="/files/zVtXoEY05Y52zPwlXSIS" alt=""><figcaption></figcaption></figure>

#### Edit Account Information

Click on the Custom Edit link beside the Account Information section.

<figure><img src="/files/lUSLH5mxe0TTnvDkQl1x" alt=""><figcaption></figcaption></figure>

This will open an Edit Account Information pop-up where the admin can edit the First Name, Last Name, Email, and Customer Group.

<figure><img src="/files/mgR7rbEgYmVdggLyjvc9" alt=""><figcaption></figcaption></figure>

**Note -** The email address can only be edited for guest users.

#### Edit Billing Address

Click on the Edit link beside the Billing Address section.

<figure><img src="/files/Ih9nPYmF6PmmoNmzX0Nj" alt=""><figcaption></figcaption></figure>

This will open an Edit Billing Address pop-up, where the admin can edit all information related to the billing address, similar to Magento's default billing address edit functionality.

<figure><img src="/files/gGyYL3yRnQRYIBB1NHP9" alt=""><figcaption></figcaption></figure>

**Note -** This section is not editable if the order status is in processing and the invoice is generated, as well as for complete orders.

#### Edit Shipping Address

Click on the Edit link beside the Shipping Address section.

<figure><img src="/files/7lJWEkSd3OeyPNSJDMh2" alt=""><figcaption></figcaption></figure>

This will open an Edit Shipping Address pop-up, where the admin can edit all information related to the shipping address, similar to Magento’s shipping address edit functionality.

<figure><img src="/files/JqecRvkZVGAx5dBYvC6Y" alt=""><figcaption></figcaption></figure>

**Note -** This section is not editable if the order status is in processing and the shipment is completed, as well as for complete orders.

#### Edit Payment Method

Click on the Edit link beside the Payment Information section.

<figure><img src="/files/qxGMPFI9x5SrJfrM9xeO" alt=""><figcaption></figcaption></figure>

This will open an Edit Payment Method pop-up where the admin can change the payment mode.

<figure><img src="/files/j69HZCZ2UNRh2mOLInci" alt=""><figcaption></figcaption></figure>

**Note -** This section is not editable if the order status is in processing and the invoice is generated, as well as for complete orders.

#### Edit Shipping Method

Click on the Edit link beside the Shipping & Handling Information section.

<figure><img src="/files/KwPe74ufQD5J7LwZ3XIZ" alt=""><figcaption></figcaption></figure>

This will open an Edit Shipping Method pop-up, where the admin can change the shipping method, and the shipping charges are added automatically to the order subtotal.

<figure><img src="/files/XSb6ZXlKwFukeJi5Y5aX" alt=""><figcaption></figcaption></figure>

**Note -** This section is not editable if the order status is in processing and the shipment is completed, as well as for complete orders.

#### Edit Ordered Items

Click on the Edit link beside the Items Ordered section.

<figure><img src="/files/uAWcQkqcDe7vqzVhNUvm" alt=""><figcaption></figcaption></figure>

This will open an Edit Ordered Items pop-up where the admin can change the quantity and apply a custom price and discounts. Admin can also remove items from here. The order subtotal is calculated automatically based on the changes applied.

<figure><img src="/files/RwaQ3ojlWANiU5T7qq3Q" alt=""><figcaption></figcaption></figure>

**Note -** This section is not editable for processing and complete orders.

If anything goes wrong, please contact us at <support@magecomp.com>


---

# 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://docs.magecomp.com/magento-2-order-editor/backend-edit-orders.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.
