{
"orderNo": "230029101363325028",
"checkType": 3,
"goods": [
{
"goodsId": 318689,
"specId": 5362833,
"num": 1,
"yfMode": 1,
"price": 3,
"shipPrice": 1
}
],
"consignee": {
"receiver": "张三丰",
"phone": "13888888888",
"address": {
"province": 1491,
"city": 1492,
"area": 1493,
"detail": "宇宙中心太阳系小区88栋楼8单元808室"
}
}
}
curl --location --request POST 'https://test-openapi.7dingdong.com/api/v1/order/order_create' \
--header 'appKey;' \
--header 'token;' \
--header 'nonce;' \
--header 'timestamp;' \
--header 'signature;' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderNo": "230029101363325028",
"checkType": 3,
"goods": [
{
"goodsId": 318689,
"specId": 5362833,
"num": 1,
"yfMode": 1,
"price": 3,
"shipPrice": 1
}
],
"consignee": {
"receiver": "张三丰",
"phone": "13888888888",
"address": {
"province": 1491,
"city": 1492,
"area": 1493,
"detail": "宇宙中心太阳系小区88栋楼8单元808室"
}
}
}'
{
"status": 200,
"msg": "请求成功",
"requestId": "c35fc54a-7954-11ee-9aa2-08002763b2f5",
"content": {
"orderSn": "23110215523254794069",
"orderNo": "230029101363325028",
"totalGoodsPrice": 3,
"totalShipPrice": 1,
"totalWlPrice": 0,
"totalPrice": 4,
"detail": [
{
"orderId": 9568941,
"goodsId": 318689,
"specId": 5362833,
"num": 1,
"yfMode": 1,
"goodsPrice": 3,
"totalGoodsPrice": 3,
"totalShipPrice": 1,
"totalPrice": 4,
"shippingFeeDetail": {
"shipPrice": 1,
"basicShipPrice": 0,
"totalShipPrice": 1,
"yfModeType": 1
}
}
],
"consignee": {
"receiver": "张三丰",
"phone": "13888888888",
"address": {
"province": 1491,
"city": 1492,
"area": 1493,
"detail": "宇宙中心太阳系小区88栋楼8单元808室"
}
}
}
}