# Calculate refund based on received

Sometimes customers do not ship back all products in a return. Manually calculating the correct refund amount can be complicated and lead to errors.

When clicking Refund on the ParcelWILL management page, you can select the specific quantity for each item you wish to refund, or click Refund based on items received. ParcelWILL automatically calculate the correct numbers for you.

When you select partial quantities for calculation, the system automatically adjusts the subtotal, discount, and tax to ensure the final refund is accurate.

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

Note: This feature is for calculation convenience only. All requested products in the return will be marked as "returned" in the system once processed.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://parcelwill-returns.gitbook.io/help-center/management/calculate-refund-based-on-received.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.
