www/apps/user-guide/app/orders/claims/page.mdx
import { EllipsisHorizontal, PencilSquare } from "@medusajs/icons"
export const metadata = {
title: Manage Order Claims in Medusa Admin,
}
In this guide, you’ll learn what claims are, how to create them, and more.
If a customer receives faulty or incorrect items for an order, you can create a claim. A claim allows you to either replace or return an item for a customer, then issue a refund.
Changes made by a claim can't be canceled. Make sure to review the claim before confirming it.
</Note>You can create an order claim after the order's items have been delivered.
To create an order claim:
The claim will be created and you can see it in the Activity section of the order’s details page. If you added outbound items, they will also be added to the "Unfulfilled Items" section.
After creating a claim, you can check if there are any outstanding amounts (to be captured from the customer or returned) in the Summary section.
To handle outstanding amounts by refunding or capturing the payment, refer to the Payments guide.
The items to be returned from the customer as part of the claim can be managed similarly to a return. Once you receive the items from the customer, you can mark them as received as explained in the Returns guide.
As mentioned earlier, the outbound items of a claim are added into the "Unfulfilled Items" section. To fulfill and deliver these items to the customer, refer to the Fulfillment guide.