{
"appKey": "string",
"appSecret": "string",
"sign": "string",
"requestId": "string",
"shippingAddress": {
"name": "string",
"phone": "string",
"province": "string",
"city": "string",
"district": "string",
"detailAddress": "string",
"email": "string"
},
"product": {
"dwSpuId": 0,
"dwSkuId": 0,
"distSpuId": "string",
"distSkuId": "string",
"quantity": 0,
"price": 0
}
}curl --location 'https://openapi.dajisaas.com/poizonV2/order/createOrder' \
--header 'Content-Type: application/json' \
--data '{
"appKey": "string",
"appSecret": "string",
"sign": "string",
"requestId": "string",
"shippingAddress": {
"name": "string",
"phone": "string",
"province": "string",
"city": "string",
"district": "string",
"detailAddress": "string",
"email": "string"
},
"product": {
"dwSpuId": 0,
"dwSkuId": 0,
"distSpuId": "string",
"distSkuId": "string",
"quantity": 0,
"price": 0
}
}'{
"code": 200,
"message": "success",
"data": {
"requestId": "REQ20260101000100000000000000000001",
"customerOrderNo": "OA00835379",
"distOrderNo": "913033-OA00835379",
"orderItems": [
{
"distSubOrderNo": "913033-OA00835379_1",
"orderStatus": "PAID",
"dwSkuId": "67890",
"distSkuId": "D67890",
"quantity": 1,
"realPayAmount": "199900",
"currency": "CNY",
"createTime": 1767000000000,
"modifyTime": 1767000000000,
"failMessage": ""
}
]
},
"timestamp": 1767000000123,
"traceId": "abc123",
"cost": 235
}