取消订单接口
POST
/supplier/cancelSupplierOrder
接口描述
无法发货,取消对应的订单
请求参数
参数名
类型
描述
必填
supplierCode
string
供应商号 0515286498e140deb9cadd655d5b884c
必填
sign
string
签名,按请求参数key排序最后补上key=timestamp再md5大写,md5((key1=value1&key2=value2.........&key=timestamp)) 大写,例如md5(orderCode=f63e3fcd5b904f469380fcad8794b805&priceNew=13.4&supplierCode=0515286498e140deb9cadd655d5b884c×tamp=1698811345467&key=1698811345467)
必填
timestamp
string
时间戳毫秒
必填
orderCode
string
订单号
必填
reason
string
取消订单原因
必填
响应参数
参数名
类型
描述
必填
success
boolean
示例:true
必填