阿里巴巴中国站获得商品快递费用 API

该博客介绍了如何使用onebound.1688.item_fee API来获取1688平台上的商品快递费用。详细阐述了请求和响应参数,包括商品ID(num_iid)、区域ID(area_id)和加密cookie等关键信息。示例展示了成功请求的响应内容,包括商品的快递费、地区、价格等详细数据,以及可能出现的错误代码和状态信息。
摘要由CSDN通过智能技术生成

item_fee-获得商品快递费用  注册开通测试

onebound.1688.item_fee

公共参数

请求地址: https://api-gw.onebound.cn/1688/item_fee

名称类型必须描述
keyString调用key(必须以GET方式拼接在URL中)
secretString调用密钥
api_nameStringAPI接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等]
cacheString[yes,no]默认yes,将调用缓存的数据,速度比较快
result_typeString[json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读
langString[cn,en,ru]翻译语言,默认cn简体中文
versionStringAPI版本

请求参数

请求参数:num_iid=591734471276&area_id=2274&cookie=

参数说明:num_iid:商品ID
area_id:区域ID(2274是新余)
num:商品数量,必须要大于最少起批量,否则默认是最小起批量
cookie:base64加密后的cookie

响应参数

Version: Date:

名称类型必须示例值描述

items

items[]0商品快递费

请求示例

	
-- 请求示例 url 默认请求参数已经URL编码处理
curl -i "https://api-gw.onebound.cn/1688/item_fee/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=591734471276&area_id=2274&cookie="

响应示例

{
	"item": {
		"num_iid": "591734471276",
		"location": "浙江 金华",
		"area_id": "2274",
		"shipping_to": "新余",
		"num": "1",
		"express_fee": "10",
		"subTemplate": "快递",
		"ems_fee": "",
		"post_fee": "",
		"price": "4.30",
		"beginAmount": 50,
		"unitWeight": 0.108,
		"Weight": 0.108,
		"memberId": "b2b-4092256050664c4",
		"url": "https://detail.1688.com/offer/591734471276.html",
		"data_from": "1688app"
	},
	"secache": "eb3ba62314961114d851046a17279f1a",
	"secache_time": 1614824198,
	"secache_date": "2021-03-04 10:16:38",
	"error": "",
	"reason": "",
	"error_code": "0000",
	"cache": 1,
	"api_info": "today:35 max:10000",
	"execution_time": 0.06,
	"server_time": "Beijing/2021-03-05 15:49:25",
	"client_ip": "106.6.39.197",
	"call_args": {
		"num_iid": "591734471276",
		"area_id": "2274"
	},
	"api_type": "1688",
	"translate_language": "zh-CN",
	"translate_engine": "google_cn",
	"server_memory": "3.5MB",
	"request_id": "4.6041e2852b534"
}

异常示例

{
  "error": "item-not-found",
  "reason": "商品没找到",
  "error_code": "2000",
  "success": 0,
  "cache": 0,
  "api_info": "today:0 max:10000",
  "execution_time": 0.081,
  "server_time": "Beijing/2020-06-10 23:44:00",
  "call_args": [],
  "api_type": "taobao",
  "request_id": "15ee0ffc041242"}

相关资料

错误码解释

状态代码(error_code)状态信息详细描述是否收费
0000success接口调用成功并返回相关数据
2000Search success but no result接口访问成功,但是搜索没有结果
4000Server internal error服务器内部错误
4001Network error网络错误
4002Target server error目标服务器错误
4003Param error用户输入参数错误忽略
4004Account not found用户帐号不存在忽略
4005Invalid authentication credentials授权失败忽略
4006API stopped您的当前API已停用忽略
4007Account stopped您的账户已停用忽略
4008API rate limit exceeded并发已达上限忽略
4009API maintenanceAPI维护中忽略
4010API not found with these valuesAPI不存在忽略
4012Please add api first请先添加api忽略
4013Number of calls exceeded调用次数超限忽略
4014Missing url param参数缺失忽略
4015Wrong pageToken参数pageToken有误忽略
4016Insufficient balance余额不足忽略
4017timeout error请求超时
5000unknown error未知错误
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值