curl --location 'https://api.dev.geadev.com/wms/api.wms.v1.WMSExternalProductionOrderAPI/PushProductionOrderUpdates' \
--header 'Connect-Protocol-Version;' \
--header 'Connect-Timeout-Ms;' \
--header 'Content-Type: application/json' \
--data '{
"coreUpdates": {
"cores": [
{
"orderId": 0,
"orderCode": "string",
"status": "STATUS_UNSPECIFIED",
"storeId": 0,
"cusId": 0,
"cusCode": "string",
"fulfillmentVendorRef": "string",
"fulfillmentLocationRef": "string",
"orderPayload": {
"property1": null,
"property2": null
},
"requestedAt": "2023-01-15T01:30:15.01Z",
"isDeleted": true,
"fetchedAt": "2023-01-15T01:30:15.01Z",
"orderRefCode": "string",
"orderPlatform": "string"
}
]
}
}'