• ebay获取商品详情 API接口


    接口测试返回值说明

    item_get-获得EBAY商品详情  开通接口测试

    onebound.ebay.item_get

    公共参数

    请求参数

    请求参数:num_iid=331712743699

    参数说明:num_iid:EBAY商品ID

    响应参数

    Version: Date:

    名称类型必须示例值描述

    num_iid

    Bigint0392263751757商品ID

    detail_url

    String0https://www.ebay.com/itm/0-/392263751757商品链接

    condition

    String0Pre-owned状态

    watching

    String0

    why2buy

    Mix0["Longtime member"]

    crumbs

    Mix0"3034": "女鞋", "11450": "服装、鞋和配件", "95672": "运动鞋"导航菜单

    title

    String0Saucony Oasis Aqua Neon运动跑步鞋SZ 8.5商品标题

    desc_short

    String0商品简介

    brand

    String0Saucony品牌

    brandId

    String0品牌ID

    rootCatId

    String011450顶级分类ID

    cid

    String095672

    pic_url

    String0商品图片

    item_imgs

    Mix0[]商品图片列表

    nick

    String0usauk2008掌柜昵称

    num

    Int099

    sales

    Int0销量

    price

    Float08.99价格

    orginal_price

    String0原价

    type

    String0

    seller_cids

    String0

    input_pids

    String0

    input_str

    String0

    item_weight

    String0

    valid_thru

    String0

    delist_time

    String0

    desc

    String0

    delivery

    String0

    guarantee

    String0

    returns

    String0Seller does not accept returns

    stuff_status

    String0

    location

    String0Norwich, New York, United States发货地

    express_fee

    String0快递费用

    ems_fee

    Float0371.13EMS费用

    post_fee

    String0物流费用

    shipping_to

    String0Worldwide发货至

    has_discount

    String0

    freight_payer

    String0

    has_invoice

    String0

    has_warranty

    String0

    has_showcase

    String0

    increment

    String0

    approve_status

    String0

    postage_id

    String0

    product_id

    String0

    auction_point

    String0

    item_img

    String0

    prop_imgs

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

    props_img

    Mix0[]

    sku

    String0商品规格信息列表

    video

    Mix0[]商品视频

    outer_id

    String0

    is_virtual

    String0

    sample_id

    String0商品风格标识ID

    is_promotion

    String0

    props_name

    String0商品属性名

    property_alias

    String0商品属性别名

    props_list

    Mix0[]商品属性列表

    seller_id

    Bigint0卖家ID

    shop_id

    Bigint0店铺ID

    seller_info

    Mix0{"nick": "usauk2008", "city": "", "bail": "", "level": "", "rate": "", "score": "", "delivery_score": "", "item_score": "", "shop_type": "", "user_num_id": "", "sid": "", "title": "", "zhuy": "https://www.ebay.com/usr/usauk2008", "company_name": "", "menu": []}卖家信息

    tmall

    Boolean0是否天猫

    error

    String0错误信息

    warning

    String0警告信息

    url_log

    String0

    shopinfo

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

    promo_type

    String0

    shop_item

    Mix0[]

    relate_items

    Mix0[]

    skus

    Mix0{"sku": [] }

    props

    Mix0[{"name": "以前使用过或磨损过的物品。有关任何缺陷的详细信息和描述,请参见卖方清单。在新窗口或选项卡中查看所有条件定义", "value": "&“状况非常好,没有问题”"}]

    currency_code

    String0USD当前货币代码

    currency_lang

    String0en当前语言

    请求示例

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

    响应示例

    异常示例

    相关资料

    错误码解释

    状态代码(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未知错误
  • 相关阅读:
    Linux基础组件之分布式锁的实现
    Python学习之九九乘法表
    Java常用API之String
    猿创征文|OpenCV-像素值读写(java版)
    软件测试这些基本类型你知道吗?
    【Rust 入门学习】1.1 Rust 的安装、升级、卸载
    MySQL 查询 唯一约束 对应的字段,列名称合并
    pytest fixture及conftest详解一 (各个参数的使用说明)
    房屋租赁统一管理服务平台的研究与开发(JavaSSM)
    计算机网络 应用层
  • 原文地址:https://blog.csdn.net/m0_72059466/article/details/125467739