flows / magento2-api-extension
A Magento 2 module that adds functionality to the Magento API
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 4
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- php: ~7.0.0
- magento/framework: ~100.1.0
This package is auto-updated.
Last update: 2024-10-29 04:47:40 UTC
README
This module extends the Magento 2 API with functionality that is already available in Magento 2, but not exposed in the API.
- Catalog rules through
/V1/flows/catalogRules
, similar to how shopping cart rules are already implemented in the API
You can always check the version number of the installed extension using /V1/flows/version
.
About this extension
This extension is provided under an MIT license (see LICENSE
).