product-element.md 1.2 KB

图案纹理接口服务定义


查询所有图案纹理接口(用于页面多选)

接口名: /product/product/queryElements/

入参


属性名称 类型 例子 说明 是否必填
categoryId int 1 分类ID
saleType int 1 1 : 可销售属性 2 : 非可销售属性 3 : 扩展属性
displayPosition int 1 1:基础商品 非销售属性 2:网销信息 上架后补全信息 3:网销信息 商品参数

返回

{
  "code": 200,
  "data": {
      "attributeId": 16,
      "attributeName": "图案纹理",
      "attributeType": 2,
      "attributeValues": "条纹,豹纹",
      "belong": 1,
      "categoryId": 454,
      "createTime": 1453966719,
      "displayPosition": 2,
      "inputType": "checkbox",
      "isAllowAlias": "N",
      "isColor": "N",
      "isMust": "N",
      "isSearch": "N",
      "maxValueLen": 50,
      "orderBy": 0,
      "remark": "备注",
      "saleType": 0,
      "state": 1
    },
  "md5": "4e99e4b293964790c38014175b3fd8c1",
  "message": "成功"
}