Authored by qianjun

Update product_sale.md

@@ -535,7 +535,7 @@ @@ -535,7 +535,7 @@
535 } 535 }
536 536
537 ``` 537 ```
538 -## 8.导出品牌可售平台设置 xls 538 +## 8.导出商品可售平台设置 xls
539 > 接口名:`/batch/export` 539 > 接口名:`/batch/export`
540 540
541 ### 入参 541 ### 入参
@@ -574,3 +574,27 @@ @@ -574,3 +574,27 @@
574 |SKN|可售平台|线下门店|自动生成调拨单状态|线上展示| 574 |SKN|可售平台|线下门店|自动生成调拨单状态|线上展示|
575 |----|----|----|----|-----| 575 |----|----|----|----|-----|
576 576
  577 +## 9.开启或关闭自动生成调拨单状态
  578 +
  579 +> 接口名: '/ProductSaleController/openOrCloseAutoAllocation'
  580 +
  581 +### 入参
  582 +
  583 +-------------------------
  584 +|属性名称|类型|例子|说明|
  585 +|--------|----|----|----|
  586 +|productSkn|Integer|51198438|产品SKN号|否|
  587 +|storeId|int|1|线下门店Id|否|
  588 +|isAutoAllocation|int|0|0、关闭自动生成调拨单状态 1、开启自动生成调拨单状态|否|
  589 +---------------------
  590 +
  591 +### 返回
  592 +
  593 +``` json
  594 +{
  595 + "code":200,
  596 + "message":"请求成功",
  597 + "data":
  598 +}
  599 +
  600 +```