curl --location --request POST 'https://api.dev.geadev.com/wms/api.wms.v1.WMSInternalCrossDockingShipmentPlanAPI/ListCrossDockingShipmentParcels' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data-raw '{
"spCode": "string",
"clientCartonCode": "string",
"offset": 0,
"limit": 1
}'{
"data": [
{
"spCode": "string",
"clientCartonCode": "string",
"clientParcelCode": "string",
"clientParcelRefCode": "string",
"trackingCode": "string",
"trackingCarrier": "string",
"createdAt": "2023-01-15T01:30:15.01Z",
"updatedAt": "2023-01-15T01:30:15.01Z",
"isLabeledByWarehouse": true,
"items": [
{
"content": "string",
"quantity": 0
}
],
"orCode": "string",
"orStatus": "string",
"shippingLabelUrl": "string",
"trackingUrl": "string",
"trackingService": "string"
}
]
}