电影票小程序/插件相关
抖音精选联盟商品搜索API接口
基本信息:

抖音精选联盟商品搜索API,可与分类接口组合,构建商品列表

订单可用统一订单接口获取:https://www.jutuike.com/doc/37

接口说明
请求方式: GET/POST
接口参数
参数名称 参数类型 是否必须 示例 备注
pub_id string pub_id身份标识,请登录个人中心获取
page Int64 1 分页(从1开始)
page_size Int64 20 每页的数量(小于等于20)
title String 商品标题,返回标题中包含某个关键词的商品
first_cids String 筛选商品一级类目
second_cids String 筛选商品二级类目
third_cids String 筛选商品三级类目
price_min Int32 筛选价格区间-最小值(单位为分)
price_max Int32 1000 筛选价格区间-最大值(单位为分)
sell_num_min Int32 筛选历史销量区间-最小值
sell_num_max Int32 筛选历史销量区间-最大值
search_type Int32 召回结果排序条件,0默认排序1历史销量排序2价格排序3佣金金额排序4佣金比例排序;
sort_type Int32 排序顺序(0升序1降序)
cos_fee_min Int32 筛选普通佣金区间-最小值(单位为分)
cos_fee_max Int32 筛选普通佣金区间-最大值(单位为分)
cos_ratio_min Int32 筛选普通佣金率区间-最小值 (乘100,例如1.1%为110)
cos_ratio_max Int32 筛选普通佣金率区间-最大值(乘100,例如1.1%为110)
返回参数
名称 类型 示例值 说明
product_id Int64 商品id
title String 商品标题
price Int64 商品售价(单位为分)
cos_ratio Double 普通佣金比例(乘100,例如10%为10)
cos_fee Int64 普通佣金金额(单位为分)
first_cid Int64 商品一级类目
second_cid Int64 商品二级类目
third_cid Int64 商品三级类目
in_stock Bool 是否有库存
sales Int64 历史总销量
cover String 商品主图
detail_url String 商品链接(普通计划链接)
shop_id Int64 店铺ID
shop_name String 店铺名称
coupon_price Int64 券后价(单位:分)
返回示例
{"code":1,"msg":"success","total_results":2000,"data":[{"cos_fee":24,"cos_ratio":16,"coupon_price":null,"cover":"https://p9-aio.ecombdimg.com/obj/temai/88ea815589ebb6ee0a137a0cad3fc686www800-800","detail_url":"https://haohuo.jinritemai.com/views/product/item2?id=3455938529937469044&pick_source=LEKmSM6","first_cid":20104,"in_stock":true,"price":150,"product_id":3455938529937469044,"sales":14414784,"second_cid":21665,"sharable":true,"shop_id":2283165,"shop_name":"佳仙食品","third_cid":28215,"title":"10袋起拍-重庆特色佳仙老火锅底料50g手工全型麻辣烫底料懒人小袋"},{"cos_fee":623,"cos_ratio":25,"coupon_price":null,"cover":"https://p6-aio.ecombdimg.com/obj/temai/9e8c343a11db94b29639cdc71a46a1f2www800-800","detail_url":"https://haohuo.jinritemai.com/views/product/item2?id=3449291850840698925&pick_source=LEKPYTg","first_cid":20109,"in_stock":true,"price":2490,"product_id":3449291850840698925,"sales":9019137,"second_cid":21718,"sharable":true,"shop_id":1010409,"shop_name":"诺特兰德旗舰店","third_cid":28326,"title":"【品牌狂欢购】诺特兰德 多维维生素片 60片/瓶"}]}