1688-cli 0.1.11 → 0.1.12

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project are documented here.
4
4
  This project follows [Semantic Versioning](https://semver.org/).
5
5
 
6
+ ## [0.1.12] - 2026-05-13
7
+
8
+ ### Changed
9
+ - README: showcase now highlights the actual core procurement flow
10
+ (search → image-search → offer → inquire → order list → order get →
11
+ logistics → post-sale chat), not the niche `stuck` / `fake-shipped`
12
+ shortcuts. Those remain in the Workflow shortcuts section.
13
+
6
14
  ## [0.1.11] - 2026-05-13
7
15
 
8
16
  ### Fixed
package/README.md CHANGED
@@ -12,11 +12,19 @@ agents can drive it without parsing.
12
12
 
13
13
  ```bash
14
14
  npm i -g 1688-cli
15
- 1688 login # scan QR with the 1688 app
16
- 1688 search "机械键盘" --max 10
17
- 1688 stuck # orders paid but not shipped > 3 days
18
- 1688 fake-shipped # waybill printed but courier never collected
19
- 1688 seller chat <orderId> "麻烦尽快发货谢谢"
15
+ 1688 login # scan QR with the 1688 app
16
+
17
+ # Sourcing
18
+ 1688 search "机械键盘" --max 10 # keyword search
19
+ 1688 image-search ./sample.jpg # search by image
20
+ 1688 offer 628196518518 # product detail (price / SKUs / seller)
21
+ 1688 seller inquire 628196518518 "支持定制 logo 吗?" # pre-sale inquiry
22
+
23
+ # Orders
24
+ 1688 order list --status waitsellersend # list orders
25
+ 1688 order get <orderId> # one order's detail
26
+ 1688 order logistics <orderId> # tracking + trace
27
+ 1688 seller chat <orderId> "麻烦尽快发货谢谢" # post-sale inquiry (auto-attaches order card)
20
28
  ```
21
29
 
22
30
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "1688-cli",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "description": "1688.com CLI for humans, Codex, and Claude Code — search, cart, orders, logistics, seller IM, fake-shipping detection.",
5
5
  "license": "MIT",
6
6
  "author": "nobodyjack",