{
"id": "string",
"ids": [
"string"
]
}
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"
]
}'
{
"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": ""
}