{
"timestamp": 0,
"messageId": "string",
"apiVersion": "string",
"data": {
"vasOrderNumber": "string",
"referenceNumber": "string"
}
}curl --location 'https://openapi-stage-hk.orangeconnex.com/openapi/3pp/vas/v1/order/details/query' \
--header 'clientKey: bd1d1971-d0db-11ea-b4a1-00505694c27b' \
--header 'vAuthorization;' \
--header 'Access-Token: ' \
--header 'Content-Type: application/json' \
--data '{
"timestamp": 0,
"messageId": "string",
"apiVersion": "string",
"data": {
"vasOrderNumber": "string",
"referenceNumber": "string"
}
}'{
"success": true,
"code": 0,
"messageId": "string",
"message": "string",
"data": {
"vasOrderNumber": "string",
"referenceNumber": "string",
"serviceRegion": "string",
"vasOrderType": "string",
"vasCode": "string",
"fileType": "string",
"inboundOrder": "string",
"outboundOrder": "string",
"orderStatus": "string",
"skuList": [
{
"subVasOrderNumber": "string",
"subVasOrderStatus": "string",
"inboundBatchNumber": "string",
"cartonNumber": "string",
"skuId": "string",
"uniqueId": "string",
"statusCode": "string",
"skuProperty": "string",
"subOrderQuantity": 0,
"completedQuantity": "string",
"replaceOCSKUID": "string",
"changeLabelCode": "string",
"perSKUQuantity": 0,
"actualLength": "string",
"actualWidth": "string",
"actualHeight": "string",
"dimensionUnit": "string",
"actualWeight": "string",
"weightUnit": "string",
"photoList": [
{
"fileURL": "string"
}
],
"remark": "string"
}
]
},
"errors": [
{
"id": "string",
"code": "string",
"message": "string",
"referenceNumber": "string"
}
]
}