收货单详情
测试环境
测试环境
POST
/open/v1/supplyChain/receiveDetail
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/receiveDetail?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"receiveId": 27
}'
响应示例响应示例
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"success": true,
"message": null,
"receiveId": 34342,
"receiveNo": "SH201608020001",
"sourceType": "DELIVERY",
"sourceOrderNo": "PQ201608080001",
"senderId": 810003363,
"senderName": "配送中心",
"deliveryTemplateName": "海鲜配送模板",
"warehouseId": 1,
"warehouseName": "海鲜仓",
"updaterName": "老李",
"updateTime": "2016-08-02 10:00:00",
"confirmerName": "老李",
"confirmTime": "2016-08-02 10:00:00",
"status": 1,
"amount": 34.56,
"details": [
{
"skuId": 234,
"skuTypeId": 2,
"skuTypeName": "鱼",
"skuCode": "SKU0001",
"skuName": "海鲈鱼",
"unitId": 5,
"unitName": "Kg",
"price": 11,
"qty": 3,
"amount": 33,
"applyQty": 3,
"deliveryQty": 3,
"skuConvertList": [
{
"unitId": 2,
"unitName": "箱",
"unitSmall": 0,
"unitStander": 0,
"unitPurchase": 1,
"skuConvert": 4000
}
]
}
],
"warehouses": [
{
"warehouseId": 1,
"warehouseName": "海鲜仓"
}
],
"deliveryApplyCosts": [
{
"costName": "配送费",
"costValue": 100,
"costCalculationMethod": 1,
"costAmount": 100
}
]
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json