销售订单新建
POST
https://middle.merchant.keythus.com/api/v1/order/sale/create
请求头
参数名
类型
描述
必填
content-type
string
content-type
必填
请求参数
参数名
类型
描述
必填
apiKey
string
Api Key
必填
apiSecret
string
Api Secret
必填
sign
string
签名
必填
timestamp
string
时间戳
必填
referenceNumber
string
关联单号
必填
saleType
string
销售类型(参考基础信息->销售类型)
必填
salePlatform
string
销售平台(参考基础信息->销售平台)
必填
saleSite
string
销售站点
必填
saleTime
datetime
销售时间(yyyy-MM-dd HH:mm:ss)
必填
totalItemsPrice
decimal
明细价格
必填
totalDiscountPrice
decimal
折扣价格
必填
totalSubPrice
decimal
小计价格
必填
totalTaxPrice
decimal
税款价格
必填
totalShippingPrice
decimal
运费价格
必填
totalPrice
decimal
总共价格
必填
currency
string
币种
必填
remark
string
备注
必填
fullName
string
姓名
必填
company
string
公司
必填
phone
string
电话
必填
email
string
邮箱
必填
countryCode
string
国家/地区编码
必填
country
string
国家/地区
必填
provinceCode
string
省/州编码
必填
province
string
省/州
必填
city
string
城市
必填
county
string
区/县
必填
address1
string
地址1
必填
address2
string
地址2
必填
address3
string
地址3
必填
zipCode
string
地址4
必填
响应参数
参数名
类型
描述
必填
success
bool
结果
必填
code
int
编码
必填
msg
string
消息
必填
language
string
语言
必填
data
string
业务单号
必填