Download the PHP package ayasoftware/magento2-mcp-api without Composer
On this page you can find all versions of the php package ayasoftware/magento2-mcp-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ayasoftware/magento2-mcp-api
More information about ayasoftware/magento2-mcp-api
Files in ayasoftware/magento2-mcp-api
Download ayasoftware/magento2-mcp-api
More information about ayasoftware/magento2-mcp-api
Files in ayasoftware/magento2-mcp-api
Vendor ayasoftware
Package magento2-mcp-api
Short Description Magento 2 MCP API - Additional REST API endpoints for Magento 2 MCP Server
License MIT
Package magento2-mcp-api
Short Description Magento 2 MCP API - Additional REST API endpoints for Magento 2 MCP Server
License MIT
Please rate this library. Is it a good library?
Informations about the package magento2-mcp-api
Magento 2 MCP API
Additional REST API endpoints for Magento 2 MCP Server that extend Magento's native capabilities.
Version
Current Version: 1.2.1
Installation
Features
Indexer Management
Advanced indexer operations beyond Magento's default REST API.
Coupon Management
Update individual coupon properties (not available in Magento's default REST API).
Layout
composer.jsonsrc/registration.phpsrc/etc/module.xmlsrc/etc/acl.xmlsrc/etc/di.xmlsrc/etc/webapi.xmlsrc/Api/IndexerManagementInterface.phpsrc/Model/IndexerManagement.phpsrc/Api/CouponManagementInterface.phpsrc/Model/CouponManagement.php
Endpoints
Indexer Management
POST /V1/mg_indexer_reindex- Reindex all indexersGET /V1/mg_indexer_info- Get info for all indexersGET /V1/mg_indexer_info/:indexerId- Get info for specific indexerPOST /V1/mg_indexer_reindex/:indexerId- Reindex specific indexerPOST /V1/mg_indexer_reindex_search- Reindex search index onlyGET /V1/mg_indexer_status- Get status for all indexersGET /V1/mg_indexer_status/:indexerId- Get status for specific indexer
Coupon Management
PUT /V1/mg_coupon/:couponId- Update coupon properties
Update Coupon Example
Updatable Fields:
code- Coupon code stringusage_limit- Maximum number of times coupon can be usedusage_per_customer- Maximum uses per customertimes_used- Current usage countexpiration_date- Expiration date (Y-m-d format)is_primary- Whether this is the primary coupon for the rule
License
MIT
All versions of magento2-mcp-api with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3 || ^8.4
magento/framework Version *
magento/module-indexer Version *
magento/module-sales-rule Version *
magento/module-catalog Version *
magento/module-catalog-url-rewrite Version *
magento/module-url-rewrite Version *
magento/framework Version *
magento/module-indexer Version *
magento/module-sales-rule Version *
magento/module-catalog Version *
magento/module-catalog-url-rewrite Version *
magento/module-url-rewrite Version *
The package ayasoftware/magento2-mcp-api contains the following files
Loading the files please wait ...