- Taobao
- Goods
- Order
- After-sales service
- Message callback
- Shopping cart
- 1688
- Goods
- Order
- Developers submit and pay 1688 orders in bulk
- Preview data before creating an order (batch different merchants)
- Create orders (different merchants)
- Obtain the logistics tracking information of the order
- Order list paging query
- Preview data before creating an order
- Create an order
- Cancel the order before payment
- Order payment
- The buyer confirms the receipt of goods
- After-sales service
- Check the details of the after-sales orderPOST
- Check the reason for refund and return (used to create refund and return)POST
- Upload the refund and return voucherPOST
- Create a refund and return applicationPOST
- The buyer submits the refund informationPOST
- List of logistics companies - all logistics companiesGET
- Message callback
- Shopping cart
- Marketing
- Foundations
- Warehouse logistics
List of logistics companies - all logistics companies
GET
/alibaba/refund/logistic/companyList
请求参数
Header 参数
access-key
string
必需
默认值:
58c0201dfdf148eca63cbf6bb5e7cf03
nonce-str
string
可选
默认值:
nonce-str
timestamp
string
必需
默认值:
1715669977082
user-id
string
必需
默认值:
2100007341207
signature
string
必需
默认值:
B7F83FE2ADC8D8F044F2E01F0FFE8C80
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/alibaba/refund/logistic/companyList' \
--header 'access-key;' \
--header 'nonce-str: nonce-str' \
--header 'timestamp;' \
--header 'user-id;' \
--header 'signature;'
返回响应
🟢200成功
application/json
Body
requestId
string
必需
code
integer
必需
developId
string
必需
msg
string
必需
data
array [object {6}]
必需
id
integer
必需
companyName
string
物流公司名称
companyNo
string
物流公司编号
companyPhone
string | null
物流公司服务电话
supportPrint
string
是否支持打印
spelling
null
全拼
示例
{ "requestId": "36546777973f441b8a05ce710f0f35a0", "code": 200, "developId": "1023561483696472885", "msg": "成功", "data": [ { "id": 107776, "companyName": "广州凯峰物流有限公司", "companyNo": "GOFINE56", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 106241, "companyName": "深圳市景光物流有限公司长安分部", "companyNo": "MENSHELD", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107521, "companyName": "鹏程物流", "companyNo": "RAOYANPING", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107777, "companyName": "广州市杰鑫物流有限公司", "companyNo": "JIEXINWULIU", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107778, "companyName": "安能物流", "companyNo": "ANE56", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107779, "companyName": "上饶市佳丰物流有限公司", "companyNo": "DXBAO1989", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107780, "companyName": "南京全时速供应链有限责任公司", "companyNo": "B2B-408744439", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 106501, "companyName": "台州长途客运服务有限公司", "companyNo": "SYDE8877", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107781, "companyName": "苏州锦宇物流有限公司", "companyNo": "LIUYINGHUI68578", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 6, "companyName": "顺丰", "companyNo": "SFEXPRESS", "companyPhone": "400-8111111", "supportPrint": "true", "spelling": null }, { "id": 107783, "companyName": "东莞市路佳货物运输有限公司", "companyNo": "WANG904715426", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107784, "companyName": "深圳市嘉时通国际物流有限公司综合业务部", "companyNo": "YF015CG", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 106761, "companyName": "全毅快递", "companyNo": "UAPEX", "companyPhone": "4006631111", "supportPrint": "false", "spelling": null }, { "id": 107785, "companyName": "铭龙物流", "companyNo": "SZSMLWLYXGS", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107786, "companyName": "广州市骏逸物流有限公司", "companyNo": "GZJUNYIWL", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107787, "companyName": "林安汇信", "companyNo": "GZLAHXWLYXGS", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107788, "companyName": "恒路物流", "companyNo": "SZSHLWLGFYXGS", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 105741, "companyName": "长沙诺丰物流公司", "companyNo": "CS156580", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107021, "companyName": "安得物流(个体经营)", "companyNo": "ANNDE2012", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107790, "companyName": "上海赣泰物流有限公司", "companyNo": "B2B-1737164305", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107791, "companyName": "北京盛金达物流有限公司", "companyNo": "BJSHENGJINDA", "companyPhone": null, "supportPrint": "false", "spelling": null }, { "id": 107792, "companyName": "成都市嘉利合物流有限公司", "company
修改于 2025-02-24 07:15:15