• 虾皮shopee根据ID取商品详情 API 返回值说明


    以下是行业内了解到的一些情况,本帖只展示部分代码,可以提供:淘宝、1688、拼多多、京东、苏宁、易贝、速卖通、抖音等30多个电商平台接口,需要更多API调试请移步注册API账号
    http://console.open.onebound.cn/console/?i=Turbo

    公共参数

    名称类型必须描述
    keyString调用key  点击获取测试key和secret
    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=264070136/5637247041&country=.com.my

    参数说明:num_iid:商品ID-country:网站后缀(.com.my;.vn;.ph)

    响应参数

    Version: Date:

    名称类型必须示例值描述

    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

  • 相关阅读:
    excel FORMULA
    动态代理看这个就够了
    UE5报错及解决办法
    这恍惚间的岁月,一个 00 后的回忆录【自述】
    100个Java工具类之60:栈类Stack
    太强了!GitHub上白嫖的SpringCloud微服务进阶宝典,啃完感觉能吊锤面试官!
    Rabbitmq消息队列详解
    API 网关 APISIX 在Google Cloud T2A 和 T2D 的性能测试
    【RTOS训练营】环形缓冲区、AT指令、预习安排和晚课提问
    flink的几种常见的执行模式
  • 原文地址:https://blog.csdn.net/weixin_44353800/article/details/126359445