定制 codingdaniel/magento2-order-tracking-notification 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

codingdaniel/magento2-order-tracking-notification

最新稳定版本:0.0.1

Composer 安装命令:

composer require codingdaniel/magento2-order-tracking-notification

包简介

Notifies customers when tracking information is added to their orders

README 文档

README

Simple Magento 2 module that triggers an order shipment notification to the customer when tracking information is added via the REST API.

A new boolean field notify is added in the extension_attributes parameter of the payload for the shipment/track endpoint.

Example:

{
  "entity": {
    "order_id": 1,
    "parent_id": 1,
    "weight": 0,
    "qty": 0,
    "description": "string",
    "extension_attributes": {
        "notify": true
    },
    "track_number": "string",
    "title": "string",
    "carrier_code": "string"
  }
}

Requirements

  • PHP 7.4
  • Magento 2.4.2 or Magento 2.4.4

Installation

Installation can be done via composer by running composer require codingdaniel/magento2-order-tracking-notification

统计信息

  • 总下载量: 3
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: OSL-3.0
  • 更新时间: 2022-08-24