文档
测试

编辑订单

POST
/sale-order/update

接口描述

编辑订单

请求头

参数名
类型
描述
必填
token
string
token
必填

请求参数

参数名
类型
描述
必填
SaleOrder
必填
shop_id
必填
platform_order_id
必填
sold_date_time
必填
saveChildrenString
必填
0
必填
spu
必填
sku
必填
picUrl
必填
shop_item_id
必填
transaction_id
必填
sale_price
必填
product_name
必填
product_id
必填
quantity
必填
discount
必填
yangtao_sku
必填
shipping_fee
float
运费
必填
SaleOrderAttrExtend
必填
shop_order_number
必填
payment_method
必填
payment_transaction_id
必填
created_notes
string
必填
type
int
订单类型ID
必填
SaleOrderCustomerInfo
必填
customer_fullname
必填
customer_phone
必填
customer_email
必填
customer_state
必填
customer_city
必填
customer_town
必填
customer_street1
必填
customer_zip
必填
id
int
订单ID
必填

说明 / 示例

````json { "code": 1, "msg": "操作成功", "data": [] } ````