电商api数据接口技术开发虾皮shopee根据商品ID获取商品详情item_get请求key接入演示

要获取虾皮Shopee的商品详情,你需要使用item_get请求。首先,你需要注册一个开发者账号并获取API密钥(Api Key和Api Secret)。然后,你可以使用以下Python代码示例来获取商品详情:

# coding:utf-8
"""
Compatible for python2.x and python3.x
requirement: pip install requests
"""
from __future__ import print_function
import requests
# 请求示例 url 默认请求参数已经做URL编码
url = "https://item_get/?key=<您自己的apiKey>&secret=<您自己的apiSecret>&num_iid=264070136/5637247041&country=.com.my"
headers = {
    "Accept-Encoding": "gzip",
    "Connection": "close"
}
if __name__ == "__main__":
    r = requests.get(url, headers=headers)
    json_obj = r.json()
    print(json_obj)

请将你的Api Key你的Api Secret你要查询的商品ID替换为实际的值。运行此代码后,你将获得一个包含商品详情的JSON对象。

响应参数

名称类型必须示例值描述

num_iid

Bigint05637247041宝贝ID

title

String0Fashionable plus size womens dress 2020 new spring and summer dress was thin and thin and fat sister dress two-piece suit宝贝标题

price

Float022.17价格

orginal_price

String031.68原价

num

Int03836库存

detail_url

String0https://shopee.com.my/product/264070136/5637247041宝贝链接

pic_url

String0https://cf.shopee.com.my/file/f8bc1116ea922e5ed87a492390b1cc1a宝贝图片

brand

String0No Brand品牌名称

favcount

Int02027

desc

String0

skus

Mix0{"sku": [{"price": "39", "total_price": null, "orginal_price": "39.00", "properties": "0:0", "properties_name": "0:0:T-shirt+skirt:M 建议【42.5-50KG】", "quantity": "305", "sku_id": "3166598625985"}]商品规格信息列表

has_discount

String0true

item_size

String0

cid

Int016

currency

String0MYR

size_chart

String0https://cf.shopee.com.my/file/6105b7c64414c2012908bff679b9321d

sales

Int0138销量

item_imgs

Mix0[{ "url": "https://cf.shopee.com.my/file/f8bc1116ea922e5ed87a492390b1cc1a"}商品图片

discount

String030%

location

String0Mainland China发货地

shop_id

Int0151372205店铺ID

seller_info

Mix0{"nick": "qzq1274334183.my", "city": "Mainland China", "level": 12, "seller_promotion_refresh_time": "2021-01-19 02:00:00", "zhuy": "https://shopee.com.my/shop/264070136/search", "shop_type": "A"}卖家信息

prop_imgs

Mix0[]属性图片

props_list

Mix0{20509:9974422: 尺码:36}商品属性

props_name

String00:0:T-shirt+skirt:M 建议【42.5-50KG】;0:1:T-shirt+skirt:L 建议 【50-57.5kg】;商品属性名

props

Mix0[{ "name": "产地","value": "中国" }]商品详情

current_lang

String0en

currency_code

String0MYR

props_img

Mix01627207:28326": "//img.alicdn.com/imgextra/i2/2844096782/O1CN01VrjpXt1zyCc9DvERE_!!2844096782.jpg属性图片

shop_item

Mix0[]

relate_items

Mix0[]

tmall

Boolean0false是否天猫

error

String0错误信息

warning

String0price_json error;skus miss;警告信息

url_log

Mix0[]

method

String0item_tmall:pget_item

promo_type

String0
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值