experius/module-apiextend

2.0.0 2023-02-23 11:21 UTC

This package is auto-updated.

Last update: 2024-09-23 14:44:20 UTC


README

扩展 Magento 2 的 API

experius/module-apiextend

主要功能

  • 根据配置动态将客户数据添加到 salesOrderRepository,在配置之前,请更新 extension_attributes.xml 以设置您的客户属性

变更日志

版本 1.3.0 - 2020 年 10 月 27 日 | Lewis Voncken

  • 移除了swagger模板覆盖,现在默认为 Magento
  • 从 module.xml 中移除了 setup_version 标签

版本 1.2.1 - 2017 年 8 月 29 日 | Lewis Voncken

  • 修改逻辑以获取客户属性标签

版本 1.2.0 - 2017 年 6 月 2 日 | Lewis Voncken

  • 将逻辑移动到插件中,以覆盖订单的 getList 和仅在 webapi_rest 中启用

版本 1.1.0 - 2017 年 5 月 30 日 | Lewis Voncken

  • 添加了许可证,并在 Swagger 示例中添加了传递存储代码作为参数的功能:?store=default 如果未设置参数,则使用全部

版本 1.0.1 - 2017 年 5 月 26 日 | Lewis Voncken

  • 为多选和选择客户属性获取选项值标签

版本 1.0.0 - 2017 年 5 月 25 日 | Lewis Voncken

  • 初始提交