This module provides a REST API for the Magento_OrderCancellation module released in Magento 2.4.7.
Out of the box the module only comes with a GraphQL API (magento/module-order-cancellation-graph-ql), but for merchants not using a headless storefront, a REST API is more appropriate.
Compatible with Magento 2.4.7 and higher.
The module can be installed with older versions of Magento, too, be used by themes that also work with versions of Magento that don't have the OrderCancellation modules.
In that case, the API will refuse to work.
composer require hyva-themes/magento2-order-cancellation-webapi
bin/magento setup:upgrade
This project is licensed under the Open Software License (OSL 3.0).
- Copyright: Copyright © 2020-present Hyvä Themes. All rights reserved.
- License Text: The full text of the OSL 3.0 license can be found in the
LICENSE.txtfile within this package, and is also available online at http://opensource.org/licenses/osl-3.0.php.
Please see The Changelog.
