Creating RMA Requests from Magento Admin

How to create an RMA request from the admin panel?

To create a refund request from the backend, proceed to Sales → Orders, choose the order you'd like to return, and click the Create Return option on the order details page.


      • Related Articles

      • How to make a shipping method available in the Admin Panel only?

        If you would like to make a certain shipping method available only for specific orders in the Admin Panel, it is possible using our Shipping Restrictions extension. Step 1. You need to create a restriction rule in Sales → Shipping Restrictions → Add ...
      • RMA API

        We have created a public API collection for RMA module with all available queries and sample data that you can both test via our demo endpoints and copy to run local tests in your Magento environment. More details about using public collections can ...
      • How to allow guest customers to submit an RMA request?

        To enable guest RMA, navigate to Stores → Configuration → Amasty Extensions → RMA → General and enable the Allow Guest RMA option. Guest visitors will be able to find the link to the refund request creation page in the footer.
      • RMA | GraphQL methods

        Quries getAmRmaSettings description: a list of customer's return requests getAmRmaReturnsForCurrentCustomer description: get a list of customer's return requests getAmRmaReturnById (request_id: Int!) description: get Return Request by ID ...
      • Request a Quote API

        We have created a public API collection for Request a Quote with sample queries and data, you can copy it to run local tests in your Magento environment. More details about using public collections can be found in the following FAQ post. 1. ...