This extension adds possibility to create and review RMA requests in 'My account' section.
Note: RMA extension is only support by Magento 2 Commerce Edition.
composer require scandipwa/rma-graphql
- Reference this extension from your theme's
scandipwa.json
as"Rma": "vendor/scandipwa/rma-graphql/"
- Compile the theme (
npm ci
&&npm run build
ornpm run watch
)