eBay对接仓使用率要求接口(已停用)
发布时间:2022-06-15 最近刷新时间:2023-07-12本接口对应“政策表现”> “eBay对接仓使用率要求” 模块数据。
卖家中心相关界面供参考:
注:某些政策不适用于所有账号,可能没有对应的数据返回。
GET /gccbtapi/v1/policy/account?policyName=cwssp
其它设置参见“eBay大中华卖家API简介”首页中“其他通用设置”的描述。无
如果查询成功,将返回卖家eBay对接仓使用率要求数据。
如果查询成功但data是空数组或没值,则可能是我们目前对该用户没有数据支持,请做好相关对用户的提示。
输出字段 | 类型 | 出现频率 | 含义 |
ackValue | string | 总是出现 | SUCCESS 或 FAILURE |
errorMessage | object | 有时出现 |
如果发生异常或请求错误,就可能看到errorMessage字段。 "errorMessage": { "error": [ { "errorId": 1001, "domain": "PARAMETER", "category": "REQUEST", "message": "Parameter dateRange is missing", "longMessage": "Parameter dateRange is missing", "actionToTake": "CORRECTINPUTDATA" } ] } |
timestamp | long | 总是出现 | 响应的服务器时间 |
data | array | 有时出现 | 请求成功,并且有数据,这个字段应该是个数组。否则可能返回null。 |
数据含义 | 对应对象 |
数据更新时间 | createPst |
评估起始时间 | reviewStartDate |
评估结束时间 | reviewEndDate |
下次评估时间 | nextEvaluationDate |
当前政策账号提示 | acctMsg |
是否允许卖家申诉: 0 不可申诉 1 可申诉 |
appealFlag |
当前政策账号状态: 1 正常 2 超标 3 限制预警 4 限制 |
acctStatus |
政策UI展示Table | criteria |
标准项名称 |
name |
交易笔数 |
current |
对接仓比例 |
standard |
是否合规 |
status |
{
"ackValue": "SUCCESS",
"statusCode": 200,
"timeStamp": 1654758071265,
"data": {
"acctStatus": 2,
"criteria": [
{
"name": "US",
"current": "391",
"standard": "0.0% / 0.13",
"min": null,
"max": null,
"status": "2"
},
{
"name": "UK",
"current": "1",
"standard": "0.11 / 0.12",
"min": null,
"max": null,
"status": "-1";
},
{
"name": "AU",
"current": "22",
"standard": "0.22 / 0.23",
"min": null,
"max": null,
"status": "-1"
},
{
"name": "DE",
"current": "33",
"standard": "0.33 / 0.34",
"min": null,
"max": null,
"status": "-1"
},
{
"name": "FRITES",
"current": "44",
"standard": "0.44 / 0.45",
"min": null,
"max": null,
"status": "-1"
},
{
"name": "OTHER",
"current": "55",
"standard": "0.55 / 0.56",
"min": null,
"max": null,
"status": "1"
},
]
"appealFlag": 1,
"reviewStartDate": "2022-05-08",
"reviewEndDate": "2022-05-21",
"nextEvaluationDate": "2022-06-15",
"acctMsg": "当前账号不需要考核",
"createPst": "2022-06-09"
}
}