物流模式列表
接口描述
获取小红书系统中支持的所有物流模式。
URL
/ark/open_api/v0/package/logistics
请求方法
GET
Response Body (application/json)
{
"error_code": 0,
"data":[
{
"logistics_code": "red_bonded",
"logistics_translation": "三方保税仓发货"
},
{
"logistics_code": "red_auto",
"logistics_translation": "自主发货"
},
{
"logistics_code": "red_bulk",
"logistics_translation": "RED Bulk"
},
{
"logistics_code": "red_domestic_trade",
"logistics_translation": "国内贸易"
},
{
"logistics_code": "red_box",
"logistics_translation": "RED Box"
},
{
"logistics_code": "red_post",
"logistics_translation": "RED Post"
},
{
"logistics_code": "red_express",
"logistics_translation": "RED Express"
},
{
"logistics_code": "red_standard",
"logistics_translation": "RED Standard"
}
],
"error_msg": null,
"success": true
}
返回参数
字段名称 | 类型 | 说明 |
---|---|---|
logistics_code | String | 物流模式代码 |
logistics_translation | String | 物流模式名称解释 |
Copyright © 2014-2018 行吟信息科技(上海)有限公司