退回单详情查询
测试环境
https://gldopenapi.keruyun.com
测试环境
https://gldopenapi.keruyun.com
POST
/open/v1/supplyChain/return/detail
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gldopenapi.keruyun.com/open/v1/supplyChain/return/detail?appKey=&shopIdenty=&brandId=&version=×tamp=&sign=' \
--header 'Content-Type: application/json' \
--data-raw '{
"shopId": 94,
"id": 84
}'
响应示例响应示例
{
"code": 0,
"message": "OK",
"messageUuid": "3b4cce269b0d45a3a2a783e91bed263a",
"result": {
"shopId": 123,
"shopName": "门店1",
"id": 234,
"brandId": "品牌1",
"backNo": 345,
"remarks": "备注1",
"backAmount": 1,
"backQty": 2,
"status": 1,
"confirmTime": "2019-06-14 01:01:01",
"sourceOrderId": "123",
"isDelete": 1,
"createTime": "2019-06-14 01:01:01",
"updateTime": "2019-06-14 01:01:01",
"details": [
{
"shopId": 123,
"id": 2361543174,
"brandId": 101872,
"backId": 1234,
"backNo": "abc",
"skuId": 123,
"skuCode": "abc",
"skuName": "商品1",
"skuTypeName": "类型1",
"backQty": 1234,
"amount": 123,
"uom": "个",
"lineNo": 1,
"skuConvert": 0.1,
"skuConvertOfStandard": 0.1,
"standardUnitId": 1,
"standardUnitName": "标准单位1",
"standardPrice": 1,
"reason": "原因1",
"reasonId": 1,
"batchNumber": "123",
"productionDate": "12345"
}
]
}
}
请求参数
Query 参数
appKey
string
必需
默认值:
{{appKey}}
shopIdenty
string
必需
默认值:
{{shopIdenty}}
brandId
string
必需
默认值:
{{brandId}}
version
string
必需
默认值:
2.0
timestamp
string
必需
默认值:
{{timestamp}}
sign
string
必需
默认值:
{{sign}}
Body 参数application/json