@optima-chat/commerce-cli 1.10.3 → 1.10.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -74,8 +74,8 @@ commerce inventory update \
74
74
  --quantity 95 \
75
75
  --reason "盘点调整:实际库存95,账面100,差异-5(仓库损耗)"
76
76
 
77
- # 验证更新
78
- commerce inventory get --id prod_123
77
+ # 验证更新(通过 product get 查看库存)
78
+ commerce product get --id prod_123
79
79
  ```
80
80
 
81
81
  ### 5. 处理超卖
@@ -128,7 +128,7 @@ commerce inventory history \
128
128
  2. **分析销售趋势** - 结合订单数据判断补货优先级
129
129
  3. **制定补货计划** - 畅销品加大补货量,滞销品谨慎补货
130
130
  4. **执行补货** - `commerce inventory update --id XX --quantity YY --reason "补货"`
131
- 5. **验证更新** - `commerce inventory get --id XX` 确认库存正确
131
+ 5. **验证更新** - `commerce product get --id XX` 确认库存正确
132
132
  6. **定期盘点** - 每月实地盘点,调整账面库存
133
133
 
134
134
  ## 常见问题
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@optima-chat/commerce-cli",
3
- "version": "1.10.3",
3
+ "version": "1.10.4",
4
4
  "description": "用自然语言管理电商店铺 - 专为 Claude Code 设计的对话式 CLI 工具,支持多环境和功能测试",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",