amasty-extended/store-credit
Composer 安装命令:
composer require amasty-extended/store-credit
包简介
APIs related to amasty store credit.
README 文档
README
Amasty-Store-Credit-Extended is an extension of Amasty Store Credit that has additional APIs. This extension helps you to add/remove store credit to the customer through REST API without the need of Magento Admin UI. All you need is an admin token to use this API.
1. How to install
Run the following command in Magento 2 root folder:
composer require amasty-extended/store-credit
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Note: Amasty-Store-Credit-Extended requires installing Amasty Store Credit in your Magento installation.
2. How to use
After installing, the package. And running the commands mentioned above. You can use the below API to add/remove store credit for the customer.
- Set REST API endpoint as
http://<magento2-server>/rest/V1/storecredit/addorsubtractin url box and method asPOST. - Use Admin Token.
- Example:
{ "customerId": 1, "amount": 10.0, // to remove 10 store credit => -10.0 "action": 13, "message": "Message" }
4. Contribute to this module
Feel free to Fork and contribute to this module and create a pull request so we will merge your changes main branch.
5. Get Support
- Feel free to mail to anushaakumarr@gmail.com if you have any further questions.
amasty-extended/store-credit 适用场景与选型建议
amasty-extended/store-credit 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 7.43k 次下载、GitHub Stars 达 0, 最近一次更新时间为 2024 年 03 月 06 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 amasty-extended/store-credit 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 amasty-extended/store-credit 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 7.43k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 10
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-06