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

# Order Adjustments

> Learn how to create and settle order adjustments in Spree Commerce.

# Order Adjustments

Order adjustments let you manually add a charge or credit to an existing order - ideal for handling things like special fees, discounts, or post-purchase updates.

## How to Create an Adjustment

To create an order adjustment, navigate to the **Orders** tab in the admin dashboard.

<img src="https://mintcdn.com/spreecommerce/WjcqneAdmMjLMpVy/images/user/orders/order-adjustments/1-orders-tab.png?fit=max&auto=format&n=WjcqneAdmMjLMpVy&q=85&s=fe382f8388fa62f41146aababc8a02a3" alt="The Order management tab in Spree Commerce" width="3138" height="1582" data-path="images/user/orders/order-adjustments/1-orders-tab.png" />

Find the order you'd like to adjust and click on it to open the order page.

<img src="https://mintcdn.com/spreecommerce/WjcqneAdmMjLMpVy/images/user/orders/order-adjustments/2-order-page.png?fit=max&auto=format&n=WjcqneAdmMjLMpVy&q=85&s=6fb3c060c7c147c6507582554f5a345a" alt="A customer order page in Spree commerce" width="3138" height="1838" data-path="images/user/orders/order-adjustments/2-order-page.png" />

Scroll to the **Adjustments** section and click **New Adjustment** to open the adjustment creation form.

<img src="https://mintcdn.com/spreecommerce/WjcqneAdmMjLMpVy/images/user/orders/order-adjustments/3-new-adjustment.png?fit=max&auto=format&n=WjcqneAdmMjLMpVy&q=85&s=aba24ba6d46436ef65c2860a316a77f8" alt="Adding an adjustment to an order in Spree Commerce" width="2670" height="1458" data-path="images/user/orders/order-adjustments/3-new-adjustment.png" />

Fill out the form:

* **Label** - A name for the adjustment (e.g., "Custom Discount", "Packaging Fee")
* **Amount** - Use a **positive value** for a charge or a **negative value** for a credit.

Finally, click **Create** to add the new adjustment.

## Handling the Payment or Refund

Once the adjustment has been created, it will need to be settled manually. Depending on whether it’s a charge or credit, follow one of the steps below:

### Credit (Negative Amount)

To manually refund the adjustment amount, click the **three-dot menu** next to the payment and select **Refund**.

<img src="https://mintcdn.com/spreecommerce/WjcqneAdmMjLMpVy/images/user/orders/order-adjustments/4-refund.png?fit=max&auto=format&n=WjcqneAdmMjLMpVy&q=85&s=2b28cb280ab7856e22304ce8c0daad95" alt="Refunding a payment in Spree Commerce" width="1938" height="780" data-path="images/user/orders/order-adjustments/4-refund.png" />

This will open a refund form where you can enter the amount to be refunded.

<img src="https://mintcdn.com/spreecommerce/WjcqneAdmMjLMpVy/images/user/orders/order-adjustments/5-refund-form.png?fit=max&auto=format&n=WjcqneAdmMjLMpVy&q=85&s=4907fd8abde585bc176278fc4e9fcd9b" alt="The Spree Commerce refund form" width="2446" height="1184" data-path="images/user/orders/order-adjustments/5-refund-form.png" />

After entering the amount and selecting a refund reason, click **Create** to process the refund.

<Note>Refund behavior depends on the payment method used - some refunds can be processed automatically, while others may require manual handling.</Note>

### Charge (Positive Amount)

There are two methods to charge a customer in the event of a positive adjustment.

### Automatated Payment

To charge a customer, click **New Payment** in the Payments section.

<img src="https://mintcdn.com/spreecommerce/WjcqneAdmMjLMpVy/images/user/orders/order-adjustments/6-new-payment.png?fit=max&auto=format&n=WjcqneAdmMjLMpVy&q=85&s=4c3b5014cd1cea0704f3f9c938190f23" alt="Adding a new payment to an order in Spree Commerce" width="1708" height="958" data-path="images/user/orders/order-adjustments/6-new-payment.png" />

This will open the payment form where you can select the amount to charge the customer and the payment method to be charged.

<img src="https://mintcdn.com/spreecommerce/WjcqneAdmMjLMpVy/images/user/orders/order-adjustments/7-payment-form.png?fit=max&auto=format&n=WjcqneAdmMjLMpVy&q=85&s=206746b767cbaf078141772a47cd81ef" alt="The Spree Commerce payment form" width="2556" height="1284" data-path="images/user/orders/order-adjustments/7-payment-form.png" />

Click **Create** after entering the details. The customer’s payment method will then be automatically charged for the outstanding balance.

## Close the Adjustment

Once the adjustment has been handled, click the **three-dot menu** next to the adjustment, and select **Close** to mark the adjustment as finalized.

<img src="https://mintcdn.com/spreecommerce/WjcqneAdmMjLMpVy/images/user/orders/order-adjustments/8-close-adjustment.png?fit=max&auto=format&n=WjcqneAdmMjLMpVy&q=85&s=3f2a9b0a1605f98dd79a5ab73be74df9" alt="Closing an order adjustment in Spree Commerce" width="1926" height="572" data-path="images/user/orders/order-adjustments/8-close-adjustment.png" />

<Note>Closing an adjustment helps track which ones have been settled, especially when managing refunds or manual charges.</Note>
