售后服务管理系统免费试用

开放平台

搜索查询产品

请求方式:

GET

请求地址:

https://api.eshouhou.cn/api/CustomerService/SearchProductList?access_token=eXNoNTRkZDRmOGFyaW5meCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDYmMTIw


请求参数:

参数

类型

必填

名称

备注

searchKey

string

关键词


pageSize

Int

每页显示的数量

默认是10

pageIndex

Int

页码

默认1

 

返回参数:

参数

类型

必填

名称

ResultCode

String

返回编码

ErrorMsg

String

返回信息

ResultValue

Array

返回对象集合

 

ResultValue对象:

参数

类型

必填

名称

备注

ID

string

产品id


Name

string

产品名称


Type

String

产品型号


Code

String

编码


CategoryID

String

类别id


CategoryName

String

类别名称


Brand

String

品牌


ImgUrl

String

产品图片


Unit

String

产品单位


BrandID

String

品牌id


Weight

String

重量


WeightUnit

String

重量单位


Volume

String

体积


VolumeUnit

String

体积单位


Description

String

描述


RetailPrice

String

零售价


RetailPriceUnit

String

零售价单位


AgentPrice

String

代理商价格


AgentPriceUnit

String

代理商价格单位


WarrantyPeriod

Int

保修期限

0默认,1无保修,2一个月,3三个月,4六个月,5一年,6二年,7三年,8四年,9五年,10六年,11七年,12八年,13九年,14十年,15终生,

WarrantyPeriodName

String

质保期限


 

请求示例:

https://api.eshouhou.cn/api/CustomerService/SearchProductList?access_token=eXNoYmRiMDgxNjh6Y2pveCY2YTgyNTFiYS1jZTY0LTQ2YjctYTUwNS1hNGU1NjAwMzI3MDY=&searchKey=自助&pageSize=10&pageIndex=1


返回成功示例:

 {

    "ResultCode"0,

    "ErrorMsg""",

    "ResultValue": [

        {

            "ID""69",

            "Name""海尔洗衣机",

            "Type""HR_2020",

            "Code""PD00000020",

            "CategoryID""1",

            "CategoryName""[示例]家电",

            "Brand""[示例]品牌",

            "ImgUrl""",

            "Unit""90",

            "BrandID""1",

            "Weight""8",

            "WeightUnit""千克",

            "Volume""",

            "VolumeUnit""",

            "Description""",

            "RetailPrice""",

            "RetailPriceUnit""",

            "AgentPrice""",

            "AgentPriceUnit""",

            "WarrantyPeriod"7,

            "WarrantyPeriodName""三年"

        }

    ]

}

开发者:可为天下(北京)科技有限公司 版本号:V3.1.2
© 2024 eshouhou.com 易售后 保留所有权利
京ICP备15041347号-2京公网安备11011302007053
电话咨询
400-071-2899
在线咨询
免费试用
下载APP
返回顶部