文档
测试

新增订单

POST
http://192.168.2.46:8003/ord/AddOrder

接口描述

用户下单

请求头

参数名
类型
描述
必填
Content-Type
application/json
application/json
必填
Token
string
Token
必填

请求参数

参数名
类型
描述
必填
Freight
decimal
运费
可选
BuyerNotes
string
卖家须知/备注
必填
Items
List<Object>
订单列表详情
必填
SkuId
int
商品属性Id
必填
Quantity
int
购买数量
必填
StoreId
int
收货地址id
必填
SourceType
int
0:默认来源,商品详情页购买 1:购物车
必填
CartIds
Array
购物列表id [1,2,3],来源为购物车时必传
可选

说明 / 示例

```language 2020.10.10: 1.新增参数 SourceType(订单来源),List<CartIds> 购物车列表id ```