item_fee-获得淘宝商品快递费用
请求地址:获取API
公共参数:
名称 类型 必须 描述
key String 是 调用key(必须以GET方式拼接在URL中)
secret String 是 调用密钥
api_name String 是 API接口名称(包括在请求地址中)[item_search,item_get,item_search_shop等]
cache String 否 [yes,no]默认yes,将调用缓存的数据,速度比较快
result_type String 否 [json,jsonu,xml,serialize,var_export]返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读
lang String 否 [cn,en,ru]翻译语言,默认cn简体中文
version String 否 API版本
请求参数:num_iid=572050066584&area_id=152501&sku=0
参数说明:num_iid:淘宝商品ID
area_id:区域ID
sku:是否返回指定区域SKU信息
请求示例:
API接口数据:
Request address:
https://api-gw.onebound.cn/taobao/item_fee/?key=& &num_iid=572050066584&area_id=152501&sku=0&&lang=zh-CN&secret= --------------------------------------- Result Object: --------------------------------------- { "item": { "num_iid": "572050066584", "area_id": "152501", "location": "广东广州", "shipping_to": "内蒙古锡林郭勒二连浩特市", "express_fee": "6.00", "ems_fee": "", "post_fee": "" }, "secache": "5ec874b9545a616c20accabd2d814eee", "secache_time": 1655706772, "secache_date": "2022-06-20 14:32:52", "error": "", "reason": "", "error_code": "0000", "cache": 0, "api_info": "today:37 max:10100 all[91=37+24+30];expires:2030-12-31", "execution_time": "0.222", "server_time": "Beijing/2022-06-20 14:32:52", "client_ip": "106.6.39.140", "call_args": { "num_iid": "572050066584", "area_id": "152501", "sku": "0" }, "api_type": "taobao", "translate_language": "zh-CN", "translate_engine": "google_new", "server_memory": "5.83MB", "request_id": "gw-1.62b014948ef3e", "last_id": "1030256620" }