- 评论
- souring相关
- 站点->sourcing
- 购物车 -> 购物车
- 个人中心->订单管理
- 产品->详情
- 订单 -> 订单
- 站点->支付方式
- 产品搜索->列表
- 购物车 -> 结算
- 商品详情->激光定制
- 商品定制
- 多买多奖
orderDetail
POST
/st-order/order-review/order-detail
请求参数
Body 参数application/json
id
string
可选
ids
array[string]
可选
示例
{
"id": "string",
"ids": [
"string"
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://www.nihaocloud.cn/st-order/order-review/order-detail' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"ids": [
"string"
]
}'
返回响应
🟢200成功
application/json
Body
com.nihao.siteorderweb.model.vo.ReviewOrderDetailVo
list
array[object (OrderItemVO) {20}]
可选
productName
string
产品名
spu
string
产品spu
sku
string
产品sku
weight
number
可选
img
string
sku图片地址
qtyOrdered
integer
购买数量
qc
integer
发货数量
price
number
sku原价
specialPrice
number
可选
supplyPrice
number
供应商采购价格
totalPrice
number
可选
paymentCurrencyPrice
number
支付时的货币的价格
paymentCurrencySpecialPrice
number
可选
paymentCurrencyTotalPrice
number
支付时的货币的总价
color
string
颜色
size
string
尺码
spec
string
规格
isSpecialCase
integer
可选
specialCase
integer
可选
customType
integer
可选
orderNumber
string
可选
totalQty
integer
可选
totalPaid
number
可选
currencySymbol
string
可选
示例
{
"list": [
{
"productName": "",
"spu": "",
"sku": "",
"weight": 0.0,
"img": "",
"qtyOrdered": 0,
"qc": 0,
"price": 0.0,
"specialPrice": 0.0,
"supplyPrice": 0.0,
"totalPrice": 0.0,
"paymentCurrencyPrice": 0.0,
"paymentCurrencySpecialPrice": 0.0,
"paymentCurrencyTotalPrice": 0.0,
"color": "",
"size": "",
"spec": "",
"isSpecialCase": 0,
"specialCase": 0,
"customType": 0
}
],
"orderNumber": "",
"totalQty": 0,
"totalPaid": 0.0,
"currencySymbol": ""
}
修改于 2025-04-18 03:48:57