Files
order_site/docs/xianyu_api/自动发货.md
T
2026-04-13 19:01:48 +08:00

86 lines
1.7 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
执行自动发货
简要描述: 接口调用示例
¥高级
调用该接口将根据您在自动发货后台设定的发货规则,进行一次发货逻辑的处理。该操作等同于在手动发货页面的操作。注意:该页面执行后,也会自动发送闲鱼消息,可以通过参数中的选项控制发货中的一些限制。
请求URL
https://gw-api.agiso.com/aldsIdle/Alds/AldsSend
请求方式:
POST
公共Header
Authorization
string
httpPost.addHeader("Authorization","Bearer "+ accessToken)
ApiVersion
string
httpPost.addHeader("ApiVersion", "1")
公共参数:
timestamp
Date
时间戳,例如:1468476350。API服务端允许客户端请求最大时间误差为10分钟。
sign
string
API输入参数签名结果,签名算法参照下面的介绍。
参数:
tids
String
订单编号,多个订单编号间用,分隔开
ignoreAldsLog
Boolean
忽略发货记录
默认值:'false',可选值'true'、'false'
ignoreBlackList
Boolean
忽略黑名单
默认值:'false',可选值'true'、'false'
ignoreOnOff
Boolean
忽略发货开关
默认值:'false',可选值'true'、'false'
ignoreRefundCheck
Boolean
退款中也发
默认值:'false',可选值'true'、'false'
ignoreRestricted
Boolean
忽略限拍限购
默认值:'false',可选值'true'、'false'
ignoreTradeStatusCheck
Boolean
忽略订单状态验证
默认值:'false',可选值'true'、'false'
aldsType
Int
自动发货类型,具体查看底部备注
返回示例
{
"IsSuccess": true,
"Data": null
"Error_Code": 0,
"Error_Msg": ""
"AllowRetry": null,
"RequestId": "20221027142251106"
}
备注
aldsType自动发货类型:付款后发货=1,确认收货后赠送=2