查询电子面单订购关系
POST
/ark/open_api/v3/common_controller
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://ark.xiaohongshu.com/ark/open_api/v3/common_controller' \
--header 'Content-Type: application/json;charset=utf-8' \
--data-raw '{
"cpCode": "",
"needUsage": "",
"brandCode": ""
}'
响应示例响应示例
{
"error_code": "",
"error_msg": "",
"success": "",
"data": {
"subscribeList": [
{
"cpCode": "",
"cpName": "",
"cpType": "",
"branchCode": "",
"branchName": "",
"brandCode": "",
"customerCode": "",
"senderAddressList": [
{
"address": {
"city": "",
"detail": "",
"district": "",
"province": "",
"town": ""
},
"mobile": "",
"name": "",
"phone": ""
}
],
"usage": {
"quantity": "",
"allocatedQuantity": "",
"cancelQuantity": "",
"recycledQuantity": ""
}
}
]
}
}
请求参数
Header 参数
Content-Type
string
可选
默认值:
application/json;charset=utf-8
Body 参数application/json
返回响应
修改于 2023-08-01 08:37:26