> ## Documentation Index
> Fetch the complete documentation index at: https://docs.scayla.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Edit items block

> Let customers change quantities, swap variants, or remove items from their order.

The **Edit items** block renders inline actions against each line item on the Order Status page. Customers can adjust their order without contacting support.

## Settings

Three independent toggles control which actions customers can take. Turn on only the ones you want to offer.

| Toggle          | What customers can do                                                 |
| --------------- | --------------------------------------------------------------------- |
| Change quantity | Increase or decrease the number of units of an item                   |
| Change variant  | Swap to a different size, color, or other variant of the same product |
| Remove item     | Delete all units of an item from the order entirely                   |

## How it interacts with inventory and refunds

* Quantity increases are capped by your [add-to-cart limit](/editr/guides/configuring-editr/add-to-cart-limit) and the item's available inventory
* If [restocking](/editr/guides/configuring-editr/restocking-inventory) is turned on, reductions and removals return inventory to your available stock
* Any reduction in order value triggers an automatic refund based on your [refund options](/editr/guides/configuring-editr/refund-options)

## Where it appears

The Edit items block is available on the Order Status page.

## Related guides

* [Add items block](/editr/guides/editing-options/add-items)
* [Add-to-cart limit](/editr/guides/configuring-editr/add-to-cart-limit)
* [Refund options](/editr/guides/configuring-editr/refund-options)
