magepulse/magento2-module-products
最新稳定版本:0.1.1
Composer 安装命令:
composer require magepulse/magento2-module-products
包简介
Adds product catalogue data to the MagePulse Collector payload.
README 文档
README
This module adds product counts, type breakdown, stock status, and category totals to the MagePulse Collector payload.
Payload
Data is collected under the products key within the mainGroup of the MagePulse Collector payload:
{
"products": {
"total_enabled": 150,
"total_disabled": 25,
"by_type": {
"simple": 120,
"configurable": 30,
"virtual": 10,
"bundle": 8,
"downloadable": 5,
"grouped": 2
},
"out_of_stock": 8,
"total_categories": 45,
"visible_in_catalogue": 160
}
}
Fields
| Field | Type | Description |
|---|---|---|
total_enabled |
int |
Count of enabled products |
total_disabled |
int |
Count of disabled products |
by_type |
object |
Product counts keyed by product type ID (e.g. simple, configurable) |
out_of_stock |
int |
Count of stock-managed items currently out of stock |
total_categories |
int |
Count of categories (excludes root category) |
visible_in_catalogue |
int |
Count of products visible in catalogue or both catalogue and search |
统计信息
- 总下载量: 7
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 6
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: proprietary
- 更新时间: 2026-03-27