• 壹号店API接口 获取商品详情


    API 返回值说明

    item_get-获得yhd商品详情 [查看演示]

    onebound.yhd.item_get

    公共参数

    请求地址: https://api-gw.onebound.cn/yhd/item_get

    名称类型必须描述
    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=53257042

    参数说明:num_iid:商品ID

    响应参数

    Version: Date:

    名称类型必须示例值描述

    num_iid

    Bigint041448995133商品ID

    title

    String0361男鞋跑步鞋运动鞋冬季新款老套网面透气旅游鞋防滑休闲白色鞋-1寸白色/骨架色(尺寸偏差)42商品标题

    desc_short

    String0商品简介

    price

    String00.00价格

    total_price

    Int00

    suggestive_price

    Int00

    orginal_price

    String00.00原价

    nick

    String0掌柜昵称

    num

    String0

    min_num

    Int00

    detail_url

    String0https://item.yhd.com/41448995133.html商品链接

    pic_url

    String0jfs/t1/10362/2/10481/112020/5c63e1feEf1121281/ad09a2419bb4ab6d.jpg商品图片

    brand

    String0品牌名称

    brandId

    Int0品牌ID

    rootCatId

    Int0顶级分类ID

    cid

    Int0

    favcount

    Int00

    fanscount

    Int00

    crumbs

    Mix0[]

    created_time

    String0

    modified_time

    String0

    delist_time

    String0

    desc

    String0

    item_imgs

    Mix0[{"url": ""jfs/t1/10362/2/10481/112020/5c63e1feEf1121281/ad09a2419bb4ab6d.jpg""}]商品图片列表

    item_weight

    String0商品重量

    item_size

    String0商品尺寸

    location

    String0发货地

    express_fee

    Float0快递费用

    ems_fee

    Float0EMS费用

    post_fee

    Float0物流费用

    shipping_to

    String0发货至

    has_discount

    Boolean0

    video

    Mix0[]商品视频

    is_virtual

    String0

    sample_id

    String0商品风格标识ID

    is_promotion

    String0

    props_name

    String0商品属性名

    prop_imgs

    Mix0{"prop_img": []}商品属性图片列表

    property_alias

    String0false商品属性别名

    props

    Mix0[{ "name": "特技","value": "361击" }]商品详情

    total_sold

    String0

    skus

    Mix0{"sku": ["sku": []]商品规格信息列表

    seller_id

    Int0卖家ID

    sales

    Int0销量

    shop_id

    Int0店铺ID

    props_list

    Mix0[]商品属性列表

    seller_info

    Mix0{"nick": "", "level": "", "rate": "", "desc_pf": "", "server_pf": "", "send_pf": "", "shop_type": "", "user_num_id": "", "shopname": "", "shop_href": "", "menu": []}卖家信息

    tmall

    Boolean0是否天猫

    error

    String0错误信息

    warning

    String0警告信息

    url_log

    String0

    sold

    String0累计销量

    stuff_status

    String0

    props_img

    Mix0[]属性图片

    shopinfo

    Mix0{"shop_name": ""}店铺信息

    relate_items

    Mix0[]

    请求示例

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

    响应示例

    异常示例

    相关资料

    错误码解释

    状态代码(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未知错误

    如何获得此API 

    登录 - 跨境电商平台接口提供商 数据采集公司 数据接口定制服务 企业级数据服务商 

  • 相关阅读:
    【云栖2023】姜伟华:Hologres Serverless之路——揭秘弹性计算组
    Godot无法响应鼠标点击等输入事件时,检查这些内容
    我们为什么做NDH
    mybatis执行sql流程
    分类预测 | MATLAB实现KOA-CNN-BiGRU开普勒算法优化卷积双向门控循环单元数据分类预测
    表白墙程序
    take和 drop功能还有takewhile 和 dropwhile 功能主要用于分开list
    实现VLAN间通信&以太网链路聚合与交换机堆叠、集群&华为ICT网络赛道
    非煤矿山生产安全事故应急预案
    SSD写放大的优化策略要统一标准了吗?
  • 原文地址:https://blog.csdn.net/m0_72059466/article/details/125456834