{
"code": "string",
"clientOrCode": "string",
"orType": "string",
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"status": "string",
"totalAmount": 0,
"client": {
"id": 0,
"code": "string",
"firstName": "string",
"lastName": "string"
},
"warehouse": {
"id": 0,
"code": "string",
"name": "string"
},
"totalItemQuantity": 0,
"totalItemPackedQuantity": 0,
"items": [
{
"lineNumber": 0,
"clientSku": "string",
"systemSku": "string",
"clientProductName": "string",
"quantity": 0,
"packedQuantity": 0,
"unitPrice": 0,
"allocationStatus": "string",
"allocations": [
{
"clusterCode": "string",
"quantity": 0,
"conditionType": "string"
}
]
}
],
"histories": [
{
"oldStatus": "string",
"newStatus": "string",
"updatedAt": "2023-01-15T01:30:15.01Z",
"updatedUser": {
"id": 0,
"username": "string",
"fullName": "string"
},
"remark": "string"
}
],
"clientPlatformCode": "string",
"cancelReason": "string",
"trackingCode": "string",
"trackingCarrier": "string",
"trackingService": "string",
"trackingUrl": "string",
"shippingLabelUrl": "string",
"note": "string",
"clientRefCode": "string",
"isLabeledByWarehouse": true,
"spCode": "string",
"clientSpCode": "string",
"clientShipmentCartonCode": "string",
"trackingCarrierName": "string",
"trackingServiceName": "string",
"packingEvidenceUrl": "string"
}