40071.[私有查询]通过配件号搜索获取配件基础信息列表

简要描述:

搜索类型:exact为精准搜索,inexact为模糊搜索(匹配部分),smart为智慧搜索(如果精确搜索有结果,采用精确的结果,否则调用模糊搜索的结果)

请求URL: 请求案例: 请求方式: 参数:

参数名必选类型说明
actionstring动作命令,通过配件号获取适用车型
query_part_numberstring动作命令,搜索的配件号
manufacturer_brandstring公司名称,如:精时信息科技有限公司
userstring用户名
tokenstring密钥,算法如下:
MD5(concat(MD5('myusername'),MD5('mypassword'),'/?action=aftermarket_private_part_search&manufacturer_brand=精时信息科技有限公司&query_part_number=JSB00001&query_match_type=smart'))

返回示例
{

"code":1,

"data":[

{

"Partnumber":"JS-B-00001",

"Brand_name_zh":"精时",

"Part_name_zh":"前刹车片",

"Part_feature_zh":"",

"Category":"刹车片",

"Customer_category_name":"前刹车片",

"Part_img":"精时/JSB00001-0.png",

"Attribute_zh":"",

"Attribute_zh_v2":null,

"Oe_and_factory_no":"GDB1488,0986AB1149,2301805,2301802,2301881,FDB1717OES,FDB1717,FDB1668,FSL1717,FDB1717D,P85085N,P85085,P85051,05P1119,ZK01001",

"Weight":"",

"Unit":"",

"Detail":""

}

],

"msg":"success"

}

返回参数说明

参数名类型说明
Partnumberstring原始OE配件号码
Brand_name_zhstring品牌名称
Part_name_zhstring产品名称
Part_feature_zhstring**
Categorystring**
Customer_category_namestring*
Part_imgstring配件图
Attribute_zhstring配件属性
Attribute_zhstring配件属性
Attribute_zh_v2string配件属性2
Oe_and_factory_nostring大厂和oe号
Weightstring
Unitstring单位
Detailstring详细

备注