查询配送签收单详情
测试环境
https://gldopenapi.keruyun.com
测试环境
https://gldopenapi.keruyun.com
POST
/open/v1/supplyChain/queryDeliveryDetail
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/queryDeliveryDetail?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": 31
}'
响应示例响应示例
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"success": true,
"message": null,
"info": {
"deliverySignId": "17099",
"deliverySignNo": "PQ201709190046",
"deliveryPrepareNo": "YP201709190016",
"templateName": "linc-2",
"arriveDate": "2017-09-19 00:00:00",
"commercialId": "810003363",
"commercialName": "scm正式一",
"deliveryLineName": "默认配送线路,ly-test-xianlu,asdasdasdasd,aaaa",
"signCreateTime": null,
"signUpdateTime": "2017-09-19 20:56:46",
"signConfirmerId": null,
"signConfirmTime": null,
"signStatus": -1,
"signStatusName": "未编辑",
"signAmount": 0,
"signQty": 12,
"costAmount": 1034
},
"details": [
{
"id": "67332",
"orderNo": "PS201709180032",
"skuId": "39374",
"skuCode": "SKU0312",
"skuName": "茶油312",
"skuTypeName": "MST007",
"price": 0,
"uom": "g",
"amount": 0,
"qty": 12,
"lineNo": 1,
"signQty": 12,
"signAmount": 0,
"skuConvert": 1,
"skuConvertOfStandard": 1,
"standardUnitId": "5194",
"standardUnitName": "g",
"outboundQty": 0,
"inventoryQty": 0,
"standardInventoryQty": 0,
"batchNumber": null,
"isGuarantee": 2,
"isBatch": 2
}
],
"deliveryApplyCosts": [
{
"costName": "sdfsdf",
"costCalculationMethod": 2,
"costValue": 0,
"costAmount": 0
}
]
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json