{
"orderId": "string",
"orderNumber": "string",
"status": 0,
"statusList": [
0
],
"timezone": "string",
"oldOrderId": 0,
"skuList": [
"string"
]
}curl --location --request POST 'https://www.nihaocloud.cn/st-order/query/payment-order' \
--header 'Content-Type: application/json' \
--data-raw '{
"orderId": "string",
"orderNumber": "string",
"status": 0,
"statusList": [
0
],
"timezone": "string",
"oldOrderId": 0,
"skuList": [
"string"
]
}'{
"id": "",
"orderNumber": "",
"customerId": 0,
"subtotal": 0.0,
"shippingDiscount": 0.0,
"useBalance": 0.0,
"couponDiscount": 0.0,
"totalPaid": 0.0,
"orderCurrencyCode": "",
"currencySymbol": "",
"currencyRate": 0.0,
"shippingAddress": {
"createdAt": "",
"updatedAt": "",
"id": "",
"orderNumber": "",
"customerId": 0,
"firstName": "",
"lastName": "",
"company": "",
"country": "",
"iso2": "",
"province": "",
"city": "",
"streetAddress": "",
"apartmentAddress": "",
"zipCode": "",
"phone": "",
"fax": "",
"vat": "",
"isShippingAddress": 0,
"isBillingAddress": 0,
"isRemoteArea": 0,
"customerAddressId": 0,
"taxNumber": "",
"phoneIso2": "",
"rfc": "",
"curp": ""
}
}