Authored by wei

Update updateOrderGoodsPrice.md

### ERP向前台同步库存
### ERP内购商品改价
### ERP内购商品改价
#### 接口描述: 后台系统向前台系统同步SKU的全量库存信息
#### 接口定义
- 接口类型: `POST https://service.yoho.cn/erp/order/updateOrderGoodsPrice`
- 接口消息体: `JSON`
- 场景: ERP调用
``` javascript
#### 接口描述: 后台系统修改订单商品价格
#### 接口定义
- 接口类型: `POST https://service.yoho.cn/erp/order/updateOrderGoodsPrice`
- 接口消息体: `JSON`
- 场景: ERP调用
``` json
{
"orderCode": 160670190,
... ...