Path parameters
-
store string Required
ID of the logistics provider.
POST /callback/{store}
curl \
-X POST https://nomad.samarkand-global.cn/pilot/callback/{store} \
-H "x-ca-key: $API_KEY" \
-H "Content-Type: application/xml" \
-d '{"deliveryOrder":{"deliveryOrderCode":"string","deliveryOrderId":"string","warehouseCode":"string","orderType":"string","status":"string","outBizCode":"string","confirmType":"string","orderConfirmTime":"string","operatorCode":"string","operatorName":"string","operateTime":"string","storageFee":"string","logisticsCode":"string","logisticsName":"string","expressCode":"string"}}'
Request example
{
"deliveryOrder": {
"deliveryOrderCode": "string",
"deliveryOrderId": "string",
"warehouseCode": "string",
"orderType": "string",
"status": "string",
"outBizCode": "string",
"confirmType": "string",
"orderConfirmTime": "string",
"operatorCode": "string",
"operatorName": "string",
"operateTime": "string",
"storageFee": "string",
"logisticsCode": "string",
"logisticsName": "string",
"expressCode": "string"
}
}
Response example (200)
{
"success": "success",
"errorcode": "string",
"errormsg": "string"
}
Response example (400)
{
"success": "success",
"errorcode": "string",
"errormsg": "string"
}
Response example (500)
{
"success": "success",
"errorcode": "string",
"errormsg": "string"
}