{
"merchantId": 1,
"storeId": 1,
"userId": 1,
"externalUserId": "ext_user_001",
"orderType": 1,
"couponId": 1,
"voucherIds": "string",
"remark": "string",
"items": [
{
"itemType": 1,
"itemId": 1,
"itemName": "招牌奶茶",
"itemCoverUrl": "string",
"specValues": "string",
"price": 9900,
"quantity": 1
}
]
}curl --location --request POST 'http://10.168.1.163:48080/open-api/v1/orders' \
--header 'Content-Type: application/json' \
--data-raw '{
"merchantId": 1,
"storeId": 1,
"userId": 1,
"externalUserId": "ext_user_001",
"orderType": 1,
"couponId": 1,
"voucherIds": "string",
"remark": "string",
"items": [
{
"itemType": 1,
"itemId": 1,
"itemName": "招牌奶茶",
"itemCoverUrl": "string",
"specValues": "string",
"price": 9900,
"quantity": 1
}
]
}'{
"code": 0,
"msg": "",
"data": 0
}