Authored by michaelcao

Update pda-interface-doc.md

... ... @@ -716,6 +716,15 @@ addGoodsShelvesProducts
|type |int | |否 |1| |调用类型|
|goodsList |String| |否 |[{"sku":102011,"num":12}]| |多个商品对象组成字符串,每个商品对象里有sku和商品数量字段|
说明:
type=1 //任务里的拣货 正常— 临时 — 销反 —残次
type=2 //残次出库 残次—正常— 临时 — 销反
type=3 //销返仓出库 销反 — 正常 — 临时 —残次
type=4 //调拨出库 临时—正常—销反—残次
type=5 //上架商品 正常— 临时 — 销反 —残次
type=6 //入库 临时
**请求示例**
注意,通用的头部没有列出。
... ...