添加/克隆订单
POST
/sale-order/create-or-clone
接口描述
添加、克隆订单,克隆订单只需要传订单ID
请求头
参数名
类型
描述
必填
token
string
token
必填
请求参数
参数名
类型
描述
必填
shop_id
int
店铺ID
必填
platform_order_id
string
平台订单ID
必填
sold_date_time
datetime
销售时间 2020-10-10 08:00:00
必填
shipping_fee
float
运费
必填
shop_order_number
string
平台订单号
必填
payment_method
int
支付方式ID
必填
payment_transaction_id
string
支付号
必填
created_notes
string
备注
必填
type
int
订单类型ID
必填