• 聚美优品API 根据ID取商品详情 Onebound跨境电商api接口


    万邦聚美优品根据ID取商品详情 API 返回值说明

    item_get-根据ID取商品详情  API测试

    onebound.jumei.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=4290722

    参数说明:num_iid:商品ID ;

    响应参数

    Version: Date:

    名称类型必须示例值描述

    num_iid

    String04290722宝贝ID

    title

    String0古奇天伦 尖头高跟鞋女士春季新款女鞋子 时尚舒适商品标题

    desc_short

    String0古奇天伦 尖头高跟鞋女士春季新款女鞋子 时尚舒适商品简介

    price

    Float0价格

    orginal_price

    Float07.70原价

    nick

    String0孜孜贸易 (营业执照)卖家昵称

    detail_url

    String0http://item.jumei.com/4290722.html宝贝链接

    pic_url

    String0http://p0.jmstatic.com/product/004/290/4290722_std/4290722_pop_375_500_1.jpg宝贝图片

    desc

    String0

    desc_img

    Mix0["http://p0.jmstatic.com//jpartner/ueditor/partner/948e3eca183564f5ac56aafe6f0559c7.jpg"]商品描述图片列表

    item_imgs

    Mix0[{"url": " http://p0.jmstatic.com/product/004/290/4290722_std/4290722_pop_375_500_1.jpg"}]商品图片列表

    cid

    Int0757

    sales

    Int0销售额

    shop_id

    Int0店铺ID

    baoyou

    String0

    num

    Int00

    skus

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

    props_list

    Mix0商品属性

    props_name

    String0商品属性名

    prop_imgs

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

    seller_info

    Mix0{"nick": "孜孜贸易 (营业执照)","city": "","level": "", "shop_type": "", "user_num_id": "","zhuy": "http://www.jumeiglobal.com/Page/Specification?merchant_id="}卖家信息

    props

    Mix0[{"name": "商品名称", "value": " 尖头高跟鞋女士春季新款女鞋子"}]商品详情

    shop_item

    Mix0

    relate_items

    Mix0

    请求示例

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

    响应示例

    异常示例

    {
      "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": "1688",
      "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未知错误

     

  • 相关阅读:
    vue2深入响应式
    06.特殊CSS伪选择器
    Spring事务底层源码剖析
    基于SSM的物流系统
    SpringCloud GateWay自定义过滤器之GatewayFilter和AbstractGatewayFactory
    Python笔记三之闭包与装饰器
    京东大佬整理的亿级流量架构核心技术,助力智能时代,成就非凡
    SpringBoot整合liquibase
    LARGE LANGUAGE MODELS AS OPTIMIZERS
    告别微软加入 Linux 基金会,SONiC 在更大的开源生态中展翅高飞
  • 原文地址:https://blog.csdn.net/m0_72059466/article/details/125594957